Users is not longer able to access previously subscribed Team Calendars
Problem
Users who were subscribed to a team calendar were able to view the calendar without any problems.
In the atlassian-confluence.log file you can observer NullPointerException as the one below:
2015-10-09 09:28:27,112 ERROR [http-nio-8090-exec-4] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: null
-- referer: http://localhost:8090/confluence/calendar/mycalendar.action | url: /confluence/rest/calendar-services/1.0/calendar/events.json | userName: testa
java.lang.NullPointerException
at com.atlassian.confluence.extra.calendar3.calendarstore.DelegatingCalendarDataStore.getEventEditUserRestrictions(DelegatingCalendarDataStore.java:392)
at com.atlassian.confluence.extra.calendar3.DefaultCalendarPermissionManager.getEventEditUserRestrictions(DefaultCalendarPermissionManager.java:65)
at sun.reflect.GeneratedMethodAccessor1224.invoke(Unknown Source)
...
...
Cause
Space Permissions or Calendar Restrictions have changed.
Resolution
Review and fix the space permission of the affected calendar, and check that no new restrictions have been applied to the calendar. If they have changed, you will need to revert the change.
Last modified on Jul 19, 2023
Powered by Confluence and Scroll Viewport.