From 2354b56578e6a03601d102153ee2fcc88e6d1f42 Mon Sep 17 00:00:00 2001 From: Kimiblock Moe Date: Thu, 2 May 2024 11:08:46 +0800 Subject: [PATCH 1/3] Update the GNOME setup guide --- DOCUMENTATION.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 2b30ed72..2a3bd137 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -978,15 +978,11 @@ Enter the URL of the Radicale server (e.g. `http://localhost:5232`) and your username. DAVx⁵ will show all existing calendars and address books and you can create new. -#### GNOME Calendar, Contacts and Evolution +#### GNOME Calendar, Contacts -**GNOME Calendar** and **Contacts** do not support adding WebDAV calendars -and address books directly, but you can add them in **Evolution**. +GNOME 46 added CalDav and CardDav support to _GNOME Online Accounts_. -In **Evolution** add a new calendar and address book respectively with WebDAV. -Enter the URL of the Radicale server (e.g. `http://localhost:5232`) and your -username. Clicking on the search button will list the existing calendars and -address books. +Open GNOME Settings, navigate to _Online Accounts_ > _Connect an Account_ > _Calendar, Contacts and Files_. Enter the URL (e.g. `https://example.com/radicale`) and your credentials then click _Sign In_. In the pop-up dialog, turn off _Files_. After adding Radicale in _GNOME Online Accounts_, it should be available in GNOME Contacts and GNOME Calendar. #### Thunderbird From db87eba400bd83e586abb5f6ed81c379cc4f2e11 Mon Sep 17 00:00:00 2001 From: Kimiblock Moe Date: Thu, 2 May 2024 11:14:10 +0800 Subject: [PATCH 2/3] Sepreate Evolution guide --- DOCUMENTATION.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 2a3bd137..4c5d7601 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -984,6 +984,15 @@ GNOME 46 added CalDav and CardDav support to _GNOME Online Accounts_. Open GNOME Settings, navigate to _Online Accounts_ > _Connect an Account_ > _Calendar, Contacts and Files_. Enter the URL (e.g. `https://example.com/radicale`) and your credentials then click _Sign In_. In the pop-up dialog, turn off _Files_. After adding Radicale in _GNOME Online Accounts_, it should be available in GNOME Contacts and GNOME Calendar. +#### Evolution + +In **Evolution** add a new calendar and address book respectively with WebDAV. +Enter the URL of the Radicale server (e.g. `http://localhost:5232`) and your +username. Clicking on the search button will list the existing calendars and +address books. + +Adding CalDAV and CardDAV accounts in Evolution will automatically make them available in GNOME Contacts and GNOME Calendar. + #### Thunderbird Add a new calendar on the network. Enter your username and the URL of the From b0345a424d9d9230fea7f3710edb5f7190daf414 Mon Sep 17 00:00:00 2001 From: Kimiblock Moe Date: Fri, 3 May 2024 10:36:51 +0800 Subject: [PATCH 3/3] Replace CalDav with CalDAV --- DOCUMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 4c5d7601..8b40e2db 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -980,7 +980,7 @@ can create new. #### GNOME Calendar, Contacts -GNOME 46 added CalDav and CardDav support to _GNOME Online Accounts_. +GNOME 46 added CalDAV and CardDAV support to _GNOME Online Accounts_. Open GNOME Settings, navigate to _Online Accounts_ > _Connect an Account_ > _Calendar, Contacts and Files_. Enter the URL (e.g. `https://example.com/radicale`) and your credentials then click _Sign In_. In the pop-up dialog, turn off _Files_. After adding Radicale in _GNOME Online Accounts_, it should be available in GNOME Contacts and GNOME Calendar.