diff --git a/README.md b/README.md index f6ff5ad..45990c6 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,14 @@ a CalDAV/CardDAV server - easy to backup, everything saved in one SQLite database - also export feature in the frontend -- [WebDAV Push](https://github.com/bitfireAT/webdav-push/) support, so near-instant synchronisation to DAVx5 +- **[WebDAV Push](https://github.com/bitfireAT/webdav-push/)** support, so near-instant synchronisation to DAVx5 - lightweight (the container image contains only one binary) - adequately fast (I'd love to say blazingly fastâ„¢ :fire: but I don't have any benchmarks) - deleted calendars are recoverable - Nextcloud login flow (In DAVx5 you can login through the Nextcloud flow and automatically generate an app token) - Apple configuration profiles (skip copy-pasting passwords and instead generate the configuration in the frontend) -- OpenID Connect support (with option to disable password login) +- **OpenID Connect** support (with option to disable password login) +- Group-based **sharing** ## Getting Started diff --git a/docs/index.md b/docs/index.md index fb4d933..019126a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,13 +12,14 @@ a CalDAV/CardDAV server - easy to backup, everything saved in one SQLite database - also export feature in the frontend -- [WebDAV Push](https://github.com/bitfireAT/webdav-push/) support, so near-instant synchronisation to DAVx5 +- **[WebDAV Push](https://github.com/bitfireAT/webdav-push/)** support, so near-instant synchronisation to DAVx5 - lightweight (the container image contains only one binary) - adequately fast (I'd love to say blazingly fastâ„¢ :fire: but I don't have any benchmarks) - deleted calendars are recoverable - Nextcloud login flow (In DAVx5 you can login through the Nextcloud flow and automatically generate an app token) - Apple configuration profiles (skip copy-pasting passwords and instead generate the configuration in the frontend) -- [OpenID Connect](setup/oidc.md) support (with option to disable password login) +- **[OpenID Connect](setup/oidc.md)** support (with option to disable password login) +- Group-based **sharing** ## Tested Clients diff --git a/docs/setup/client.md b/docs/setup/client.md index 3aa82c1..e27cd01 100644 --- a/docs/setup/client.md +++ b/docs/setup/client.md @@ -72,3 +72,9 @@ For group collections explicitly specify ``` https:///caldav-compat/principal/ ``` + +## Thunderbird + +- Go to `New Account -> Calendar -> On The Network` +- Specify the root path of RustiCal +- Thunderbird will properly discover group calendars