cozy / cozy-sync

webdav server for cozy
20 stars 19 forks source link

Unsupported field "type" of property TEL #64

Closed jsilvestre closed 9 years ago

jsilvestre commented 9 years ago

As reported by @hansbkk

In the Google interface, there is a pre-defined pair of strings "Home fax" and "Work fax", which get exported as follows in the vCard:

TEL;TYPE=WORK;TYPE=FAX:212 555 2345 TEL;TYPE=HOME;TYPE=FAX:212 555 3456

These both show up in Cozy as "FAX" alone, so it is impossible to tell which is the home fax number and which is the work number.

My work-around solution for now is to enter these as a custom string rather than using Google's predefined labels, which will export as:

item1.TEL:212 555 2345 item1.X-ABLabel:Work Fax

and this works fine, but obviously it isn't ideal to require the user to have to remember which google labels work with Cozy and which don't.

jsilvestre commented 9 years ago

Closed in favor of https://github.com/cozy/cozy-vcard/issues/7