Allow family members to create event that syncs back to Google calendar. #573
Replies: 1 comment
|
The first half of this is fixed as of v1.66.1. The sync target picker in the event dialog now reads from a shared route rather than from the account settings, which only admins may open. That was the actual cause: saving a target was never restricted, but the list you pick it from came back empty for everyone else, so non-admins only ever saw "Store locally". Every family member now sees the enabled Google and CalDAV calendars and can pick one. The second half of your request, choosing the calendar automatically based on who the event is assigned to, is a real gap and still open. It is the same question being worked out in #620 (a default calendar for new events), which already has a few people behind it. Better to keep that in one place, so I'm closing this one and carrying the per-assignee idea over there. Thanks for the report. |
Uh oh!
There was an error while loading. Please reload this page.
Currently, only the system admin can have the option to sync an event into a selected Google calendar under "More settings". I think it would be very beneficial to allow non-admin to be able to have the option to sync an event back into Google calendar. This option can be a setting under admin. :)
It would also be good to be able to automatically select which calendar to sync into based on assignee.
E.g.
Event X that is assigned to A will default to be synced to Calendar A
Event Y that is assigned to A+B will automatically default to Calendar B
etc
All reactions