From 03a08ac102b747c17601d40161671993c37fadcb Mon Sep 17 00:00:00 2001 From: Theking2 Date: Sat, 13 Sep 2025 11:35:46 +0200 Subject: [PATCH 1/3] Update note on Server URL format Signed-off-by: Theking2 --- user_manual/groupware/sync_thunderbird.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user_manual/groupware/sync_thunderbird.rst b/user_manual/groupware/sync_thunderbird.rst index f9de7c6ca00..a042ce7a58b 100644 --- a/user_manual/groupware/sync_thunderbird.rst +++ b/user_manual/groupware/sync_thunderbird.rst @@ -36,6 +36,8 @@ Calendars #. Type your **Username** and **Location** (Server URL), then click on **Find Calendars**. #. Choose which calendars you want to add and click **Subscribe** +> **_NOTE:_** The Server URL does not required a scheme (`https://`) but might need a query string like `/remote.php/dav` + Same thing here, if you later want to add more calendars, just redo the procedure. From e29b52ca6a0c61f434ccbda443d87a8716071326 Mon Sep 17 00:00:00 2001 From: Theking2 Date: Sat, 13 Sep 2025 15:50:11 +0200 Subject: [PATCH 2/3] Update note about Server URL requirements Signed-off-by: Theking2 --- user_manual/groupware/sync_thunderbird.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_manual/groupware/sync_thunderbird.rst b/user_manual/groupware/sync_thunderbird.rst index a042ce7a58b..52c0ed142eb 100644 --- a/user_manual/groupware/sync_thunderbird.rst +++ b/user_manual/groupware/sync_thunderbird.rst @@ -36,7 +36,7 @@ Calendars #. Type your **Username** and **Location** (Server URL), then click on **Find Calendars**. #. Choose which calendars you want to add and click **Subscribe** -> **_NOTE:_** The Server URL does not required a scheme (`https://`) but might need a query string like `/remote.php/dav` +> **_NOTE:_** The Server URL does not required a scheme (`https://`) but might need a path like `/remote.php/dav` Same thing here, if you later want to add more calendars, just redo the procedure. From 8f1db624abcc2de684d4a716346496a317bcf422 Mon Sep 17 00:00:00 2001 From: Theking2 Date: Sat, 13 Sep 2025 15:51:35 +0200 Subject: [PATCH 3/3] Clarify Server URL scheme requirements in sync instructions Updated note about Server URL requirements in Thunderbird sync instructions. Signed-off-by: Theking2 --- user_manual/groupware/sync_thunderbird.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_manual/groupware/sync_thunderbird.rst b/user_manual/groupware/sync_thunderbird.rst index 52c0ed142eb..f4dfa859a69 100644 --- a/user_manual/groupware/sync_thunderbird.rst +++ b/user_manual/groupware/sync_thunderbird.rst @@ -36,7 +36,8 @@ Calendars #. Type your **Username** and **Location** (Server URL), then click on **Find Calendars**. #. Choose which calendars you want to add and click **Subscribe** -> **_NOTE:_** The Server URL does not required a scheme (`https://`) but might need a path like `/remote.php/dav` + +.. note:: The Server URL does not require a scheme (`https://`) but might need a path like `/remote.php/dav` Same thing here, if you later want to add more calendars, just redo the procedure.