-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Feature/calendar/delegation #16666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/calendar/delegation #16666
Conversation
georgehrke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First quick dirty review, will check in depth later
|
Could you explain what's the motive behind this? |
This will allow you to delegate all your calendars to someone else. Most common use-case is someone sharing their calendars with their assistant/secretary to allow them to send out and respond to invitations on their behalf. |
|
Thanks, wasn't sure if it was the issue that you linked on top. |
Signed-off-by: Roeland Jago Douma <[email protected]>
Signed-off-by: Roeland Jago Douma <[email protected]>
97e792b to
168507b
Compare
c114528 to
39bdeb4
Compare
|
tldr of what's left:
|
|
Let's see if Drone is happy now. |
e47e293 to
7179b22
Compare
Signed-off-by: Roeland Jago Douma <[email protected]>
Signed-off-by: Roeland Jago Douma <[email protected]>
…ms and things Signed-off-by: Georg Ehrke <[email protected]> !fixup add owner_id and proxy_id as db index, since we use it for querying Signed-off-by: Georg Ehrke <[email protected]> !fixup don't add ACL for each individual proxy, just use calendar-proxy groups Signed-off-by: Georg Ehrke <[email protected]> !fixup allow delegation of resources / rooms Signed-off-by: Georg Ehrke <[email protected]> !fixup fix addIndex call in migration Signed-off-by: Georg Ehrke <[email protected]> !fixup fix remaining constructor calls of Principal Signed-off-by: Georg Ehrke <[email protected]> !fixup minor fixes and unit tests Signed-off-by: Georg Ehrke <[email protected]>
7179b22 to
63d584a
Compare
|
Lets merge this! |
|
pretty excited about this feature, has this been released already (nextcloud 18 is not showing any delegates in ical)? how can this be activated? |
|
@Alex-s-Team It's available in Nextcloud 17. It will work with CalDAV clients that support the feature, such as Apple Calendar or BusyCal. |
|
thanks very much for your answer, we are using apple calendar and there are no delegates showing up. do i have to activate the feature somehow via config or is the principal url different? |
|
As this seems to be a setup issue I would like to ask you to raise your question in the forums (so that we don't spam people in this issue): https://help.nextcloud.com If you wish support with setup issues from Nextcloud GmbH they offer this as part of the Nextcloud subscription. Learn more about this at https://nextcloud.com/enterprise/ |
|
Just for the record: here we find that this does not work with the OSX calendar app: #17053. At least it is not possible to find anyone to delegate the calendar to ... |

fixes #7085