You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to convert a V2.1 Vcard into V4.0 by reading it with your library and writing it to another file. But it seems, that setting 'versionStrict(true)' only removes unsupported properties and not parameters from the output.
For example, the "EMAIL" property has the parameters "INTERNET" and "PRIMARY" in my input file and in the output file they are still present.
Is this a bug, or is this behaviour intended?
The text was updated successfully, but these errors were encountered:
DerBlade
changed the title
versionStrict=true does not apply to parameters
versionStrict(true) does not apply to parameters
Aug 2, 2016
I am trying to convert a V2.1 Vcard into V4.0 by reading it with your library and writing it to another file. But it seems, that setting 'versionStrict(true)' only removes unsupported properties and not parameters from the output.
For example, the "EMAIL" property has the parameters "INTERNET" and "PRIMARY" in my input file and in the output file they are still present.
Is this a bug, or is this behaviour intended?
The text was updated successfully, but these errors were encountered: