-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support email and phone types when type keyword is omitted #67
Comments
@ManolisKoufidakis the format you described is supported on vCard versions 2.1 and 3.0 but is not valid for vCard 4. What version of vCard is the file that contains these lines? |
It was a v3 vcard. |
@ManolisKoufidakis please open a PR if you can |
ManolisKoufidakis
pushed a commit
to ManolisKoufidakis/vCardLib
that referenced
this issue
Sep 30, 2024
ManolisKoufidakis
pushed a commit
to ManolisKoufidakis/vCardLib
that referenced
this issue
Sep 30, 2024
ManolisKoufidakis
pushed a commit
to ManolisKoufidakis/vCardLib
that referenced
this issue
Sep 30, 2024
ManolisKoufidakis
pushed a commit
to ManolisKoufidakis/vCardLib
that referenced
this issue
Sep 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I see that when an email or phone is included in the vcard without the "type" keyword in its metadata then the metadata are lost. Below are some examples about my point:
TEL;CELL:+306971212122
EMAIL;WORK;INTERNET:[email protected]
In this cases the type of the email or phone are not properly identified. I would like to support these cases since they are valid vcard notations. I can open a PR for this if you have no objections.
Thank you
The text was updated successfully, but these errors were encountered: