allow sharing a contact via creating a vcf file

This commit is contained in:
tibbi
2018-01-15 23:42:03 +01:00
parent d17ec1ff4f
commit dc308a94dc
4 changed files with 58 additions and 28 deletions

View File

@ -48,7 +48,7 @@ class VcfExporter {
contact.events.forEach {
if (it.type == CommonDataKinds.Event.TYPE_BIRTHDAY) {
out.writeLn("$BDAY:${it.value}")
out.writeLn("$BDAY${it.value}")
}
}