Update README.md

This commit is contained in:
Lennart
2024-06-28 21:54:31 +02:00
parent e131bed390
commit 6130b1ac6a

View File

@@ -10,7 +10,10 @@ a calendar server
- [ ] ICS parsing - [ ] ICS parsing
- [x] Datetime parsing - [x] Datetime parsing
- [x] Implement PROPPATCH - [x] Implement PROPPATCH
- [ ] Access Control - [ ] Auth
- [ ] Access control
- [ ] preparation for different principal types (groups)
- [ ] authentication rewrite? (argon2 is very slow for each request)
- [ ] OIDC support - [ ] OIDC support
- [ ] CardDAV - [ ] CardDAV
- [ ] Locking - [ ] Locking
@@ -22,3 +25,5 @@ a calendar server
- [x] Trash bin - [x] Trash bin
- [x] Hiding calendars instead of deleting them - [x] Hiding calendars instead of deleting them
- [ ] Restore endpoint - [ ] Restore endpoint
## Relevant RFCs