From 2c4999c5d45df59915704421c19c1654c56358b9 Mon Sep 17 00:00:00 2001
From: Gabriel Filion <lelutin@torproject.org>
Date: Mon, 7 Oct 2024 11:21:31 -0400
Subject: [PATCH] calendars+thunderbird: Note about adding missing calendars

I've just tried this this morning and it works as expected: thunderbird
presents the list of calendars with just the missing ones selected.
---
 service/nextcloud.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/service/nextcloud.md b/service/nextcloud.md
index 4456d617..c263e493 100644
--- a/service/nextcloud.md
+++ b/service/nextcloud.md
@@ -332,13 +332,16 @@ calendar.
 
 Open up the calendar view in Thunderbird (in versions 120+ it's the calendar
 icon on the left vertical bar). Click on "New Calendar" and select "On the
-Network". Then ender the user name associated to your app password and for the
-URL use the following: https://nc.torproject.net/remote.php/dav
+Network". Then enter the user name associated to your app password and for the
+URL use the following: `https://nc.torproject.net/remote.php/dav`
 
 After hitting the "Next" button, you'll be prompted for your app password.
 Normally after a little while you should be able to subscribe to your calendars
 (including the ones shared with you by other users).
 
+The above procedure also works well for adding missing calendars (e.g. ones that
+were created in nextcloud after you subscribed to the calendars).
+
 Note: Nextcloud used to recommend using the `Tbsync` plugin with its associated
 CalDAV/CardDAV backend plugin, but this does not work anymore for Thunderbird
 120+. If you're still using an older version, refer to [Nextcloud's
-- 
GitLab