Files
rustical/README.md
2024-06-20 21:19:15 +02:00

23 lines
609 B
Markdown

# Rustical (WIP)
a calendar server
## Todo
- [ ] CalDAV
- [ ] Support for VTODO, VJOURNAL
- [ ] Proper filtering for REPORT method
- [ ] ICS parsing
- [x] Datetime parsing
- [ ] Implement PROPPATCH
- [ ] Access Control
- [ ] OIDC support
- [ ] 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)