mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Document caveats of Google contacts storage
- Group labels are not mapped to CATEGORIES property - BDAY property is missing when date is incomplete
This commit is contained in:
parent
443ae3d3e7
commit
54a90aa5dd
1 changed files with 8 additions and 0 deletions
|
|
@ -268,6 +268,14 @@ in terms of data safety**. See `this blog post
|
|||
<https://evertpot.com/google-carddav-issues/>`_ for the details. Always back
|
||||
up your data.
|
||||
|
||||
Another caveat is that Google group labels are not synced with vCard's
|
||||
`CATEGORIES <https://www.rfc-editor.org/rfc/rfc6350#section-6.7.1>`_ property
|
||||
(also see :gh:`814` and
|
||||
`upstream issue #36761530 <https://issuetracker.google.com/issues/36761530>`_
|
||||
for reference) and the
|
||||
`BDAY <https://www.rfc-editor.org/rfc/rfc6350#section-6.2.5>`_ property is not
|
||||
synced when only partial date information is present (e.g. the year is missing).
|
||||
|
||||
At first run you will be asked to authorize application for Google account
|
||||
access.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue