mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 15:52:27 +00:00
23 lines
609 B
Markdown
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)
|
|
|