From ae6fee209a6346963443f5a8956183c1e8e871f3 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Thu, 23 Apr 2026 13:08:21 +0200 Subject: [PATCH] doc: add lost topic, add sharing --- DOCUMENTATION.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index fada9827..1e84e124 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -2390,6 +2390,8 @@ curl -u user -X DELETE 'http://localhost:5232/user/calendar' Note: requires config/option `permit_delete_collection = True` +## Internals + ### Authorization and Rights This section describes the format of the rights file for the `from_file` @@ -2654,6 +2656,9 @@ The ``radicale`` package offers the following modules. : This module contains the classes representing collections in Radicale and the code for storing and loading them in the filesystem. +* `sharing` + : This module contains the classes representing collection sharing. _(>= 3.7.0)_ + * `web` : This module contains the web interface.