From 81f1767efa2ea587d13d1b66414e46e9ee2c5a8e Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:13:11 +0200 Subject: [PATCH] docs: Update client documentation for CalDAV --- docs/setup/client.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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/ ```