mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
Merge pull request #1011 from RealRancor/calendar_multirealm
Lightning doesn't support multiple accounts on same server
This commit is contained in:
@@ -121,13 +121,17 @@ following URL::
|
||||
|
||||
https://ADDRESS/remote.php/caldav/calendars/USERNAME/CALENDARNAME
|
||||
|
||||
.. Note:: Mozilla Lightning doesn't support using multiple accounts on a single
|
||||
server as a default. You need to set ``calendar.network.multirealm`` to ``true``
|
||||
in the Config Editor of Thunderbird to be able to use multiple accounts.
|
||||
|
||||
The following is an example showing the completed URL where the calendar name is
|
||||
``defaultcalendar`` and the username is ``test``::
|
||||
|
||||
https://localhost/owncloud/remote.php/caldav/calendars/test/defaultcalendar
|
||||
|
||||
.. Note: Calendar names are lowercase and any spaces are removed. They are not
|
||||
URL-encoded.
|
||||
.. Note:: Calendar names are lowercase and any spaces are removed. They are not
|
||||
URL-encoded.
|
||||
|
||||
Creating Events
|
||||
---------------
|
||||
|
||||
Reference in New Issue
Block a user