-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Can not delete group shared calendars (and addressbooks I guess) #1653
Comments
Was the calendar shared with write access ? |
Happens in both cases |
Well, but do you really want to allow one user to unshare the calendar for everyone else in the group? |
Files you get excluded from the share, not the whole group. |
However we patched the share behaviour for 12 here. I think you are not allowed to delete group shares as recipient anymore. |
In that case the same behavior should apply to CalDAV sharing, right? |
yeah it's in the dav sharing backend |
@georgehrke Is this still feasible for 16? |
No, we can't simply extend the files solution to CalDAV and CardDAV but need to reimplement it. |
This comment was marked as resolved.
This comment was marked as resolved.
Fixed by #43117 |
pending |
Still missing at https://docs.nextcloud.com/server/latest/user_manual/en/groupware/contacts.html#adding-and-managing-address-books |
Documentation is done: nextcloud/documentation#11609 |
Steps to reproduce
Expected behaviour
At 2. Calendar vanishes form the list + Status OK
At 3. Calendar should not be there
Actual behaviour
At 2. Calendar vanishes form the list + Status Forbidden
At 3. Calendar is back
Server configuration
Nextcloud version: git-master
List of activated apps:
Work packages
As a work around we could ask the calendar to show an error instead of deleting the calendar from the list, when deletion failed (cc @georgehrke ). But I guess what we really want to do is allow to unshare group-shares just like normal shares.
The text was updated successfully, but these errors were encountered: