Content
View differences
Updated by Jonas Jabari about 3 years ago
The current implementation of the iCalendar subscription feature has following permission dependency:
_Permissions required to use the "Subscribe to iCalendar" Modal on the calendar view:_
* **view\_work\_packages** -> makes sense for me
* **view\_calendar** -> makes sense for me
* **share\_calendars** -> makes sense for me
* **save\_queries**
* without this permission, the settings dropdown on the top right on the calendar view is not shown
* within this dropdown, the "Subscribe to iCalendar" link is placed. If this link is not reachable, the modal which enables the user to create an iCalendar URL cannot be opened, thus the feature cannot be used
* this might not be a desired permission dependency -> I don't see a close semantic connection, correct me if I'm wrong
Either this dependency is fine or we need to take care of showing the dropdown without requiring the "save\_queries" permission
_Permissions required to use the "Subscribe to iCalendar" Modal on the calendar view:_
* **view\_work\_packages** -> makes sense for me
* **view\_calendar** -> makes sense for me
* **share\_calendars** -> makes sense for me
* **save\_queries**
* without this permission, the settings dropdown on the top right on the calendar view is not shown
* within this dropdown, the "Subscribe to iCalendar" link is placed. If this link is not reachable, the modal which enables the user to create an iCalendar URL cannot be opened, thus the feature cannot be used
* this might not be a desired permission dependency -> I don't see a close semantic connection, correct me if I'm wrong
Either this dependency is fine or we need to take care of showing the dropdown without requiring the "save\_queries" permission