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
This is the output from Apples vCard, I believe it's because of using items.
Array ( [0] => Array ( [LastName] => [FirstName] => [AdditionalNames] => [Prefixes] => [Suffixes] => ) ) Array ( [0] => Array ( [Value] => 1-800-MY-APPLE [Type] => Array ( [0] => main [1] => pref ) ) )
For example, it uses item1.ADR instead of just ADR
item1.ADR
ADR
item1.ADR;type=WORK;type=pref:;;1 Infinite Loop;Cupertino;CA;95014;United States item1.X-ABADR:us
However, we don't even get the address out of it.
This pastebin contains the contents of the card: http://pastebin.com/mdsHFVv6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is the output from Apples vCard, I believe it's because of using items.
For example, it uses
item1.ADR
instead of justADR
However, we don't even get the address out of it.
This pastebin contains the contents of the card: http://pastebin.com/mdsHFVv6
The text was updated successfully, but these errors were encountered: