jeroendesloovere / vcard

This vCard PHP library can easily parse or generate/export vCards as .vcf

Home Page:https://packagist.org/packages/jeroendesloovere/vcard

Repository from Github https://github.comjeroendesloovere/vcardRepository from Github https://github.comjeroendesloovere/vcard

Preference not working

p-w opened this issue · comments

commented

The current build generates a vcard which cannot be parsed by Outlook or iOS.
This is specific to the Phone and Email-Types.

Currently it is:

TEL;PREF;WORK:+49 (0) 123 456

But should be:

TEL;PREF=1;TYPE=WORK:+49 (0) 123 456

This is specified in the RF as well: https://www.rfc-editor.org/rfc/rfc6350.html#section-6.4.1