-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat: command to list and delete calendar subscriptions #51136
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
feat: command to list and delete calendar subscriptions #51136
Conversation
5f0abd6 to
ff1fde6
Compare
| } | ||
|
|
||
| $subscriptionInfo = $this->calDavBackend->getSubscriptionByUri( | ||
| 'principals/users/' . $user, |
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.
I really hate, that we have to do this, but I get it at the moment there is no other way.
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.
What is the issue? I don't see it yet
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.
That we constantly have to append and remove 'principals/users/'
|
Thanks for reviewing and testing 👍 Looks like you accidentally tested the existing command instead of my new one 😆 No worries, happens 🙈 The PR introduces Would be great if you could give that one a spin 🚀 |
(Face Palm) On it |
ff1fde6 to
85ac8d3
Compare
Signed-off-by: Daniel Kesselberg <[email protected]>
85ac8d3 to
c410e08
Compare
|
Documentation: nextcloud/documentation#12983 |


Summary
Add occ command to list and delete calendar subscriptions
TODO
Checklist