Re: [Abook-devel] multiple mobile phone numbers and conversion to vcard

2017-07-02 Thread Raphaël
> mobile=+1234567890,+2345678901 does not represent 2 cellphone in abook file format semantic (and there is no way to do that for cellphone, contrary to email). Using multiple emails you'd get: > EMAIL;PREF;INTERNET:email1 > EMAIL;1;INTERNET:email2 best regards On Sun, Jul 02, 2017 at 05:02:4

[Abook-devel] multiple mobile phone numbers and conversion to vcard

2017-07-02 Thread ilf
What is the correct way to enter multiple mobile phone numbers, so that they can be correctly converted to vCard? This abook file: [0] name=First Last mobile=+1234567890,+2345678901 results in this vcard: BEGIN:VCARD FN:First Last N:Last;First TEL;CELL:+1234567890,+2345678901 END:VCARD …