mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
* 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"
35 lines
929 B
ReStructuredText
35 lines
929 B
ReStructuredText
.. _icloud_setup:
|
|
|
|
======
|
|
iCloud
|
|
======
|
|
|
|
Vdirsyncer is regularly tested against iCloud_.
|
|
|
|
::
|
|
|
|
[storage cal]
|
|
type = "caldav"
|
|
url = "https://caldav.icloud.com/"
|
|
username = "..."
|
|
password = "..."
|
|
|
|
[storage card]
|
|
type = "carddav"
|
|
url = "https://contacts.icloud.com/"
|
|
username = "..."
|
|
password = "..."
|
|
|
|
Problems:
|
|
|
|
- Vdirsyncer can't do two-factor auth with iCloud (there doesn't seem to be a
|
|
way to do two-factor auth over the DAV APIs) You'll need to use `app-specific
|
|
passwords <https://support.apple.com/en-us/HT204397>`_ instead.
|
|
- iCloud has a few special requirements when creating collections. In principle
|
|
vdirsyncer can do it, but it is recommended to create them from an Apple
|
|
client (or the iCloud web interface).
|
|
|
|
- iCloud requires a minimum length of collection names.
|
|
- Calendars created by vdirsyncer cannot be used as tasklists.
|
|
|
|
.. _iCloud: https://www.icloud.com/
|