Add trash bin feature

This commit is contained in:
Lennart
2024-06-21 19:26:45 +02:00
parent c1cc12e2ac
commit aed6bcff63
9 changed files with 45 additions and 9 deletions

View File

@@ -15,10 +15,11 @@ a calendar server
- [ ] CardDAV
- [ ] Locking
- [ ] Web UI
- [ ] Hiding calendars instead of deleting them
- [ ] Testing such that I'm confident enough to use it myself :)
- [ ] WebDAV sync extension [RFC 6578](https://www.rfc-editor.org/rfc/rfc6578)
- [ ] implement getctag [see](https://github.com/apple/ccs-calendarserver/blob/master/doc/Extensions/caldav-ctag.txt)
- [ ] Ensure proper routing
- [ ] Trash bin
- [x] Trash bin
- [x] Hiding calendars instead of deleting them
- [ ] Restore endpoint