120 | | |
121 | | * Choose to subscribe to a remote calendar. Click on File -> New -> Calendar. |
122 | | * Choose "On the network" for the calendar location |
123 | | * Choose "CalDav" as the format |
124 | | * For location, you can lookup it up by: |
125 | | * logging into Nextcloud via the web site (https://share.mayfirst.org/) |
126 | | * click on the calendar icon |
127 | | * on the left side, you will see a list of your calendars. Next to each calendar is the "..." symbol to indicate additional options. Click that symbol and select "Link", then copy and paste what is displayed |
128 | | * it should look something like the following, with "USERNAME" replaced by your actual username and CALENDARNAME replaced with the actual name of your calendar: https://share.mayfirst.org/remote.php/caldav/calendars/USERNAME/CALENDARNAME |
129 | | |
130 | | In addition, you can download your calendar in ical (ics) format by using the following URL: |
131 | | |
132 | | {{{ |
133 | | https://USERNAME:PASSWORD@share.mayfirst.org/remote.php/caldav/calendars/USERNAME/CALENDARNAME?export |
134 | | }}} |
135 | | |
136 | | |
137 | | === Synchronize your contacts === |
138 | | |
139 | | For Thunderbird, you can synchronize your contacts using the Cardbook Thunderbird extension. |
140 | | |
141 | | There is an [https://docs.nextcloud.com/server/12/user_manual/pim/sync_thunderbird.html excellent tutorial on setting that up on the Nextcloud site]. |
142 | | |