jeroendesloovere / vcard

This vCard PHP library can easily parse or generate/export vCards as .vcf
https://packagist.org/packages/jeroendesloovere/vcard
MIT License
499 stars 192 forks source link

Vcard adds 'HOME' and 'WORK' #214

Open prosperot opened 1 year ago

prosperot commented 1 year ago

Platform: Ubuntu 22.04 LTS Server type: NGINX/Apache2 ... PHP version: 8.1

in the VCARD file, the words HOME and WORK are added to the end of the ADR lines. eg: ADR;WORK;POSTAL;CHARSET=utf-8:;;;;;;HOME ADR;WORK;POSTAL;CHARSET=utf-8:1600 Pennsylvania Avenue;;Washington DC;;20500;USA;WORK

These words also end up under 'country', when imported on my samsung S23

Shihabevrycard commented 2 weeks ago

Did you received any solution on this?