From ef0697a3b214bf26a4d175ee412e1080c48a5152 Mon Sep 17 00:00:00 2001 From: Vedant-Arora <139130598+Vedant-Arora@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:53:17 +0530 Subject: [PATCH] Update Documentation: Federated Calendar Shares Clarified that existing federated calendar shares will be deleted when the feature is disabled. Signed-off-by: Vedant-Arora <139130598+Vedant-Arora@users.noreply.github.com> --- admin_manual/groupware/calendar.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/groupware/calendar.rst b/admin_manual/groupware/calendar.rst index 69b4a95aed3..a47230f4c71 100644 --- a/admin_manual/groupware/calendar.rst +++ b/admin_manual/groupware/calendar.rst @@ -149,7 +149,7 @@ Run the following command to disable creating new federated calendar shares for sudo -E -u www-data php occ config:app:set dav enableCalendarFederation --type=bool --value=false -Note that existing shares will not be deleted when the feature is disabled. +Note that existing shares will be deleted when the feature is disabled as they will fail to sync. Trash bin ---------