mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Add double quote in exemple config files (#732)
* nextcloud.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * fastmail.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * icloud.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * todoman.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * xandikos.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * davmail.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName" * partial-sync.rst : add double quote to not forget them Add double quote to not forget them, and avoid the message : warning: Soon, all strings have to be in double quotes. Please replace UserName with "UserName"
This commit is contained in:
parent
f0fe104427
commit
e5caf6750d
7 changed files with 21 additions and 21 deletions
|
|
@ -32,15 +32,15 @@ Paste this into your vdirsyncer config::
|
||||||
[storage holidays_public]
|
[storage holidays_public]
|
||||||
type = "http"
|
type = "http"
|
||||||
# The URL to your iCalendar file.
|
# The URL to your iCalendar file.
|
||||||
url = ...
|
url = "..."
|
||||||
|
|
||||||
[storage holidays_private]
|
[storage holidays_private]
|
||||||
type = "caldav"
|
type = "caldav"
|
||||||
# The direct URL to your calendar.
|
# The direct URL to your calendar.
|
||||||
url = ...
|
url = "..."
|
||||||
# The credentials to your CalDAV server
|
# The credentials to your CalDAV server
|
||||||
username = ...
|
username = "..."
|
||||||
password = ...
|
password = "..."
|
||||||
|
|
||||||
Then run ``vdirsyncer discover holidays`` and ``vdirsyncer sync holidays``, and
|
Then run ``vdirsyncer discover holidays`` and ``vdirsyncer sync holidays``, and
|
||||||
your previously created calendar should be filled with events.
|
your previously created calendar should be filled with events.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ Exchange server you might get confronted with weird errors of all sorts
|
||||||
type = "caldav"
|
type = "caldav"
|
||||||
url = "http://localhost:1080/users/user@example.com/calendar/"
|
url = "http://localhost:1080/users/user@example.com/calendar/"
|
||||||
username = "user@example.com"
|
username = "user@example.com"
|
||||||
password = ...
|
password = "..."
|
||||||
|
|
||||||
- Older versions of DavMail handle URLs case-insensitively. See :gh:`144`.
|
- Older versions of DavMail handle URLs case-insensitively. See :gh:`144`.
|
||||||
- DavMail is handling malformed data on the Exchange server very poorly. In
|
- DavMail is handling malformed data on the Exchange server very poorly. In
|
||||||
|
|
|
||||||
|
|
@ -11,13 +11,13 @@ the settings to use::
|
||||||
[storage cal]
|
[storage cal]
|
||||||
type = "caldav"
|
type = "caldav"
|
||||||
url = "https://caldav.fastmail.com/"
|
url = "https://caldav.fastmail.com/"
|
||||||
username = ...
|
username = "..."
|
||||||
password = ...
|
password = "..."
|
||||||
|
|
||||||
[storage card]
|
[storage card]
|
||||||
type = "carddav"
|
type = "carddav"
|
||||||
url = "https://carddav.fastmail.com/"
|
url = "https://carddav.fastmail.com/"
|
||||||
username = ...
|
username = "..."
|
||||||
password = ...
|
password = "..."
|
||||||
|
|
||||||
.. _FastMail: https://www.fastmail.com/
|
.. _FastMail: https://www.fastmail.com/
|
||||||
|
|
|
||||||
|
|
@ -11,14 +11,14 @@ Vdirsyncer is regularly tested against iCloud_.
|
||||||
[storage cal]
|
[storage cal]
|
||||||
type = "caldav"
|
type = "caldav"
|
||||||
url = "https://caldav.icloud.com/"
|
url = "https://caldav.icloud.com/"
|
||||||
username = ...
|
username = "..."
|
||||||
password = ...
|
password = "..."
|
||||||
|
|
||||||
[storage card]
|
[storage card]
|
||||||
type = "carddav"
|
type = "carddav"
|
||||||
url = "https://contacts.icloud.com/"
|
url = "https://contacts.icloud.com/"
|
||||||
username = ...
|
username = "..."
|
||||||
password = ...
|
password = "..."
|
||||||
|
|
||||||
Problems:
|
Problems:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,8 @@ Vdirsyncer is continuously tested against the latest version of nextCloud_::
|
||||||
[storage cal]
|
[storage cal]
|
||||||
type = "caldav"
|
type = "caldav"
|
||||||
url = "https://nextcloud.example.com/"
|
url = "https://nextcloud.example.com/"
|
||||||
username = ...
|
username = "..."
|
||||||
password = ...
|
password = "..."
|
||||||
|
|
||||||
[storage card]
|
[storage card]
|
||||||
type = "carddav"
|
type = "carddav"
|
||||||
|
|
|
||||||
|
|
@ -37,8 +37,8 @@ Assuming a config like this::
|
||||||
[storage calendars_dav]
|
[storage calendars_dav]
|
||||||
type = "caldav"
|
type = "caldav"
|
||||||
url = "https://nextcloud.example.net/"
|
url = "https://nextcloud.example.net/"
|
||||||
username = ...
|
username = "..."
|
||||||
password = ...
|
password = "..."
|
||||||
|
|
||||||
``vdirsyncer sync`` will then synchronize the calendars of your NextCloud_
|
``vdirsyncer sync`` will then synchronize the calendars of your NextCloud_
|
||||||
instance to subfolders of ``~/.calendar/``.
|
instance to subfolders of ``~/.calendar/``.
|
||||||
|
|
|
||||||
|
|
@ -11,13 +11,13 @@ point vdirsyncer against the root of Xandikos like this::
|
||||||
[storage cal]
|
[storage cal]
|
||||||
type = "caldav"
|
type = "caldav"
|
||||||
url = "https://xandikos.example.com/"
|
url = "https://xandikos.example.com/"
|
||||||
username = ...
|
username = "..."
|
||||||
password = ...
|
password = "..."
|
||||||
|
|
||||||
[storage card]
|
[storage card]
|
||||||
type = "carddav"
|
type = "carddav"
|
||||||
url = "https://xandikos.example.com/"
|
url = "https://xandikos.example.com/"
|
||||||
username = ...
|
username = "..."
|
||||||
password = ...
|
password = "..."
|
||||||
|
|
||||||
.. _Xandikos: https://github.com/jelmer/xandikos
|
.. _Xandikos: https://github.com/jelmer/xandikos
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue