Unfortunately, I dont know why some calendar apps have problems… maybe resetting them will help, too. Or just use another one
Only one anniversary date is synchronised
-
I have added 2 anniversary dates on device “A” and synchronised with the server.
After syncing device “B”, on this device there is only 1 anniversary date. The other anniversary date is not shown although the device “B” has the possibility to handle more than 1 anniversary date.
-
According to RFC 6350, a VCard 4 may contain only one ANNIVERSARY.
Why do you need multiple anniversaries?
-
Instantly I can think of the following anniversaries: wedding and service
I didn’t know that vcard 4 only allow one anniversary. Google don’t respect the standard
Maybe in the file res/xml/contacts.xml the following line
< Type type=“anniversary” />
should replaced with
< Type maxOccurs=“1” type=“anniversary” />
so nobody can add more than one anniversary in a contact.
-
Maybe in the file res/xml/contacts.xml the following line
< Type type=“anniversary” />
should replaced with
< Type maxOccurs=“1” type=“anniversary” />
so nobody can add more than one anniversary in a contact.
Sounds reasonable, thanks for the hint.