mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-02 10:15:50 +00:00
Changelog for #567
This commit is contained in:
parent
6aeeb90259
commit
83daa8698d
2 changed files with 8 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ Version 0.15
|
|||
values now have to be valid JSON.
|
||||
- A few UX improvements for Google storages, see :gh:`549` and :gh:`552`.
|
||||
- Fix collection discovery for :storage:`google_contacts`, see :gh:`564`.
|
||||
- iCloud is now tested on Travis, see :gh:`567`.
|
||||
|
||||
Version 0.14.1
|
||||
==============
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ the settings to use::
|
|||
iCloud
|
||||
------
|
||||
|
||||
Vdirsyncer is irregularly tested against iCloud_.
|
||||
Vdirsyncer is regularly tested against iCloud_.
|
||||
|
||||
::
|
||||
|
||||
|
|
@ -186,7 +186,12 @@ 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.
|
||||
- Vdirsyncer can't create collections on iCloud.
|
||||
- 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/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue