docs: Update client documentation for CalDAV

This commit is contained in:
Lennart
2025-07-18 14:13:11 +02:00
parent 54eb9ddfcc
commit 81f1767efa

View File

@@ -55,19 +55,20 @@ That also means that Apple Calendar is not able to automatically discover group
## Evolution ## Evolution
Set up a collection account in the account settings. Set up a collection account in the account settings.
Evolution correctly uses all calendar homes so group collections work properly.
**Limitation**: Group collections are not discovered. It seems as if currently you have to add each group collection manually.
## Home Assistant CalDAV integration ## Home Assistant CalDAV integration
The underlying library `python-caldav` does not support multiple calendar homes so you should use the `/caldav-compat` endpoints.
As URL specify As URL specify
``` ```
https://<your-host>/.well-known/caldav https://<your-host>/caldav-compat
``` ```
For goup collections explicitly specify For group collections explicitly specify
``` ```
https://<your-host>/caldav/principal/<principal> https://<your-host>/caldav-compat/principal/<principal>
``` ```