Update README.md

This commit is contained in:
Lennart
2024-10-08 16:01:10 +02:00
parent b6d22f218b
commit 97457d72d3

View File

@@ -7,11 +7,11 @@ a calendar server
## Todo ## Todo
- [ ] CalDAV - [ ] CalDAV
- [ ] Support for VTODO, VJOURNAL - [x] Support for VEVENT, VTODO
- [x] VTODO
- [ ] Proper filtering for REPORT method - [ ] Proper filtering for REPORT method
- [x] comp-filter - [x] comp-filter
- [ ] time-range filter - [x] time-range filter
- [x] good enough to use
- [ ] prop-filter - [ ] prop-filter
- [x] ICS parsing - [x] ICS parsing
- [x] Datetime parsing - [x] Datetime parsing
@@ -21,7 +21,8 @@ a calendar server
- [x] static authentication - [x] static authentication
- [ ] Access control - [ ] Access control
- [x] preparation for different principal types (groups) - [x] preparation for different principal types (groups)
- [ ] authentication rewrite? (argon2 is very slow for each request) - [x] authentication rewrite? (argon2 is very slow for each request)
- [x] solved through app tokens
- [ ] OIDC support - [ ] OIDC support
- [ ] Web UI - [ ] Web UI
- [x] Trash bin - [x] Trash bin
@@ -47,7 +48,8 @@ a calendar server
- not sure yet whether to implement this - not sure yet whether to implement this
- Collection Synchronization WebDAV [RFC 6578](https://datatracker.ietf.org/doc/html/rfc6578) - Collection Synchronization WebDAV [RFC 6578](https://datatracker.ietf.org/doc/html/rfc6578)
- We need to implement sync-token, etc. - We need to implement sync-token, etc.
- This is important for more efficient synchronisation - This is important for more efficient synchronisation
- iCalendar [RFC 2445](https://datatracker.ietf.org/doc/html/rfc2445#section-3.10)
## Sync-token ## Sync-token