diff --git a/docs/setup/client.md b/docs/setup/client.md index 22bb873..3aa82c1 100644 --- a/docs/setup/client.md +++ b/docs/setup/client.md @@ -55,19 +55,20 @@ That also means that Apple Calendar is not able to automatically discover group ## Evolution Set up a collection account in the account settings. - -**Limitation**: Group collections are not discovered. It seems as if currently you have to add each group collection manually. +Evolution correctly uses all calendar homes so group collections work properly. ## 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 ``` -https:///.well-known/caldav +https:///caldav-compat ``` -For goup collections explicitly specify +For group collections explicitly specify ``` -https:///caldav/principal/ +https:///caldav-compat/principal/ ```