emersion / go-vcard

A Go library to parse and format vCard
MIT License
107 stars 33 forks source link

Unable to read TEL:CEL values #27

Closed nilsocket closed 1 year ago

nilsocket commented 1 year ago

Consider this VCF:

BEGIN:VCARD
VERSION:2.1
N:;Dev;;;
FN:Dev
TEL;CELL:+911234567890
TITLE:Developer
END:VCARD

On decoding, TEL params are empty.