Skip to content
New issue

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

Phone types not recognized in Outlook or iOS #203

Open
p-w opened this issue Jul 25, 2022 · 0 comments
Open

Phone types not recognized in Outlook or iOS #203

p-w opened this issue Jul 25, 2022 · 0 comments

Comments

@p-w
Copy link

p-w commented Jul 25, 2022

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;WORK:+49 (0) 123 456
TEL;FAX:+49 (0) 123 456
TEL;CELL:+49 (0) 123 456

But should be:

TEL;TYPE=WORK:+49 (0) 123 456
TEL;TYPE=WORK,FAX:+49 (0) 123 456
TEL;TYPE=WORK,CELL:+49 (0) 123 456

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

@p-w p-w mentioned this issue Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant