0
0
mirror of https://github.com/etesync/android.git synced 2024-09-20 21:13:05 +02:00

Allow vCard4 fields (ANNIVERSARY) in vCard3, too (closes #131).

This commit is contained in:
rfc2822 2013-12-31 16:55:29 +01:00
parent 8be6fdedd9
commit e667de8992

View File

@ -273,6 +273,7 @@ public class Contact extends Resource {
Ezvcard
.write(vcard)
.version(VCardVersion.V3_0)
.versionStrict(false)
.prodId(false) // we provide our own PRODID
.go(os);
return os;