mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Improve docs for new meta properties
This commit is contained in:
parent
e70e8c03e8
commit
d1b148c919
1 changed files with 8 additions and 5 deletions
|
|
@ -118,11 +118,14 @@ Pair Section
|
|||
|
||||
metadata = ["color", "displayname", "description", "order"]
|
||||
|
||||
This synchronizes the ``http://apple.com/ns/ical/:calendar-color``,
|
||||
``DAV:displayname``, ``CalDAV:calendar-description``,
|
||||
``CardDAV:addressbook-description`` and
|
||||
``http://apple.com/ns/ical/:calendar-order`` properties. The
|
||||
``conflict_resolution`` parameter applies here as well.
|
||||
This synchronizes the following properties:
|
||||
|
||||
- color: ``http://apple.com/ns/ical/:calendar-color``
|
||||
- displayname: ``DAV:displayname``
|
||||
- description: ``CalDAV:calendar-description`` and ``CardDAV:addressbook-description``
|
||||
- order: ``http://apple.com/ns/ical/:calendar-order``
|
||||
|
||||
The ``conflict_resolution`` parameter applies for these properties too.
|
||||
|
||||
.. _storage_config:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue