From 613766ec5b184da5ecd83b12d264ddd6d135200c Mon Sep 17 00:00:00 2001 From: Louis Elkner-Alfaro Date: Fri, 24 Feb 2023 20:14:22 +0000 Subject: [PATCH] Update calendars.md --- calendars.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/calendars.md b/calendars.md index 5389e5c..0fa94af 100644 --- a/calendars.md +++ b/calendars.md @@ -22,11 +22,26 @@ ![Dropdown list starting with 'Show All Calendars' with 'New Calendar...' selected.](images/add-new-calendar.png) 2. Choose the **On the Network** option and press the **Next** button ![A dialog to 'Create a new calendar' with two radio button options and the second, 'On the Network' selected.](images/new-calendar-on-network.png) -3. Choose the **CalDAV** option, paste the private link from the first step in the **Location** text field (leave the username blank) and press the **Next** button - ![A dialog to 'Create a new calendar' showing four radio buttons, the second one, 'CalDAV', is selected, and a URL is present in a text field labeled 'Location'.](images/thunderbird-add-nextcloud-calendar.png) -4. Give your calendar a name, sticking to the name used in NextCloud to the extent practical, and save the dialog, and you're done! -5. Ensure your calendar is associated with the e-mail address with which you want to receive invites. +3. Enter your username and the calendar link copied in step 0. Leave 'This location doesn't require credentials' unchecked. The 'Offline Support' option enables calendar use when offline. +![A dialog to 'Create a new calendar' with a username text field option, a location text field expecting a calendar(s) url, and two checkboxes 'This location doesn't require credentials' and 'Offline Support' with 'Offline Support' selected.](images/mayfirst-specific-calendar.png) +4. Choose the **CalDAV** option, select the calendar requested from the url in the previous step and press the 'Subscribe button' + ![A dialog to 'Create New calendar' showing a Calendar Type dropdown with, the second option, 'CalDAV', selected, and a checkbox option with the requested calendar](images/choose-caldav-and-calendar.png) +5. Give your calendar a name, sticking to the name used in NextCloud to the extent practical, and save the dialog, and you're done! +6. Ensure your calendar is associated with the e-mail address with which you want to receive invites. + +### Subscribe to all Calendars at Once +You can subscribe to all calendars that have been shared with you by using the https://share.mayfirst.org rather than a specific calendar's url. + +0. Repeat instructions 1 and 2 from the 'Subscribe to a NextCloud calendar' section. +1. Add your username in the username field and 'https://share.mayfirst.org' in the location field. + ![A dialog to 'Create a new calendar' with a username text field option, a location text field expecting a calendar(s) url, and two checkboxes 'This location doesn't require credentials' and 'Offline Support' with 'Offline Support' selected.](images/import-all-calendars.png) +2. Your calendar and all calendars shared with you are listed in the checkboxes. Choose the calendars you would like to import into your Thunderbird calendar. + ![A dialog to 'Create New calendar' with checkboxes listing your calendar and all calendars shared with you.](images/choose-calendars-to-import.png) ```{note} Members of Agaric can share their private calendar links to the [internal Agaric wiki](https://gitlab.com/agaric/internal/-/wikis/calendars ). ``` + +```{note} +More documentation here: https://support.mozilla.org/en-US/kb/creating-new-calendars +```