We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Fix TYPE attributes for TEL and EMAIL properties
da873bc
This PR fixes jeroendesloovere#203 jeroendesloovere#204 This commit is from: jeroendesloovere#205 Cherry-picked from 7f090cc.
Update VCard.php
8d42743
This PR fixes jeroendesloovere#203 jeroendesloovere#204 jeroendesloovere#205
No branches or pull requests
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:
But should be:
This is specified in the RF as well: https://www.rfc-editor.org/rfc/rfc6350.html#section-6.4.1
The text was updated successfully, but these errors were encountered: