carlos22 / carddav2fb

:notebook: A command-line PHP script allowing to import CardDAV-based VCards (e.g. from 'owncloud') to a phonebook in a AVM FRITZ!Box
The Unlicense
86 stars 67 forks source link

fix: strip quotes that may occur in type fields #31

Closed ahuemmer closed 5 years ago

ahuemmer commented 5 years ago

Types like TEL;TYPE="VOICE,WORK":+12 345 6789 may occur in vcf files, but are not recognized correctly because of the " chars. This version fixes this. :)