Skip to content
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

How can I delete all resources in CalDAV calendar collection #1543

Open
monkeyfdude opened this issue Feb 9, 2024 · 0 comments
Open

How can I delete all resources in CalDAV calendar collection #1543

monkeyfdude opened this issue Feb 9, 2024 · 0 comments

Comments

@monkeyfdude
Copy link

monkeyfdude commented Feb 9, 2024

  • I am not a sabre/dav user yet.

  • I am trying to delete all resources in CalDAV calendar collection

  • I use curl -k --user "user1:pwd1" -X DELETE -H "Content-Type: text/calendar; charset=utf-8" "http://example.com:8008/calendars/users/user1/calendar/

  • I see the all the resources removed and calendar collection not accessible anymore

  • But, when I try to create an event again using "PUT", I get error code 409

  • I even tried re-creating that account like a new account.

  • Would you be able to tell me the right way to delete all resources in a calendar collection?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant