mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
docs: Update client documentation for CalDAV
This commit is contained in:
@@ -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>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user