Closed GoogleCodeExporter closed 8 years ago
I got exactly the same problem out of version 0.27. Seems that this bug is still
there. Is there some kind of workaround on this one?
Original comment by Keefe.D...@gmail.com
on 9 Nov 2009 at 7:00
Any news on this issue? Thanks.
Original comment by cmcoldba...@gmail.com
on 14 Dec 2009 at 8:36
Could you please attach a vCard that exhibits this problem?
Original comment by duckt...@gmail.com
on 4 Mar 2010 at 4:42
As exported by Google Contacts:
BEGIN:VCARD
VERSION:3.0
FN:Alessandro Telò - Zerotermico
N:Telò - Zerotermico;Alessandro;;;
EMAIL;TYPE=INTERNET:assistenzatecnica@zerotermico.net
TEL;TYPE=CELL:3486090036
TEL;TYPE=WORK:0652371785
TEL;TYPE=WORK:0652373030
TEL;TYPE=WORK;TYPE=FAX:0652379868
TEL;TYPE=WORK:0652379861
ADR;TYPE=HOME:;Via di Mezzocamino\, 73 a/b\n00127 Roma;;;;;
END:VCARD
Original comment by cmcoldba...@gmail.com
on 4 Mar 2010 at 5:54
The problem isn't the language - this is a version 3.0 vcard file, which isn't
yet
supported by vCardIO.
Original comment by duckt...@gmail.com
on 5 Mar 2010 at 6:03
When do you plan to support 3.0 vCard file? Any workaround to suggest me (e.g.
edit 3.0
vcard before import it)? Can you give me a vCard supported by vCardIO to
understand the
difference? Thanks in advance.
Original comment by cmcoldba...@gmail.com
on 5 Mar 2010 at 6:34
Unfortunately I don't have time to do serious development now -- I don't know
when
I'll manage to get to it. But I will accept a patch if it's reasonable.
The main difference between v3.0 and 3.1 is that you shouldn't use "TYPE=" in
2.1.
e.g., the "TEL" field should have the form:
TEL;CELL:3486090036
the addr field the form:
ADR;HOME:;Via di Mezzocamino\, 73 a/b\n00127 Roma;;;;;
etc.
see http://www.imc.org/pdi/vcard-21.txt for the full spec.
Original comment by duckt...@gmail.com
on 5 Mar 2010 at 6:49
Original issue reported on code.google.com by
welly.tmw@gmail.com
on 22 Oct 2009 at 9:57