Added pages/02.nextcloud/03.sync-with-your-cloud/01.Multiplatform/thunderbird-calendar-contacts/docs.en.md sign for comments

This commit is contained in:
maxigaz 2018-04-13 14:02:15 +02:00
parent c25a47badf
commit 4e3ba65156

View file

@ -91,9 +91,9 @@ CALCURSE_CALDAV_PASSWORD=$(keepassxc-cli show mydatabase.kdbx Disroot -k superse
For syncing for the first time, you need to issue the command `calcurse-caldav` together with one of the following arguments:
```
--init=keep-remote Remove all local calcurse items and import remote objects
--init=keep-local Remove all remote objects and push local calcurse items
--init=two-way Copy local objects to the CalDAV server and vice versa
--init=keep-remote # Remove all local calcurse items and import remote objects
--init=keep-local # Remove all remote objects and push local calcurse items
--init=two-way # Copy local objects to the CalDAV server and vice versa
```
In other words, if, for instance, you want to import your calendar from Nextcloud to calcurse *without* making any changes on Nextcloud for the first time, use `calcurse-caldav --init=keep-remote`.