Files
rustical/README.md

25 lines
679 B
Markdown

# Rustical (WIP)
a calendar server
## Todo
- [ ] CalDAV
- [ ] Support for VTODO, VJOURNAL
- [ ] Proper filtering for REPORT method
- [ ] ICS parsing
- [x] Datetime parsing
- [x] Implement PROPPATCH
- [ ] Access Control
- [ ] OIDC support
- [ ] CardDAV
- [ ] Locking
- [ ] Web UI
- [ ] 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
- [x] Trash bin
- [x] Hiding calendars instead of deleting them
- [ ] Restore endpoint