Discussion:
[Abook-devel] multiple mobile phone numbers and conversion to vcard
ilf
2017-07-02 15:02:49 UTC
Permalink
What is the correct way to enter multiple mobile phone numbers, so that
they can be correctly converted to vCard?
[0]
name=First Last
mobile=+1234567890,+2345678901
BEGIN:VCARD
FN:First Last
N:Last;First
TEL;CELL:+1234567890,+2345678901
END:VCARD

which is not valid.
BEGIN:VCARD
FN:First Last
N:Last;First
TEL;CELL:+1234567890
TEL;CELL:+2345678901
END:VCARD
Is this a problem with the conversion?
Or with the original abook format?

Thanks, and keep up the good work!
--
ilf

Über 80 Millionen Deutsche benutzen keine Konsole. Klick dich nicht weg!
-- Eine Initiative des Bundesamtes fÃŒr Tastaturbenutzung
Raphaël
2017-07-03 04:07:05 UTC
Permalink
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).
EMAIL;PREF;INTERNET:email1
EMAIL;1;INTERNET:email2
best regards
What is the correct way to enter multiple mobile phone numbers, so that they
can be correctly converted to vCard?
[0]
name=First Last
mobile=+1234567890,+2345678901
ilf
2017-07-03 11:16:31 UTC
Permalink
Post by 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).
Why does it work for email but not for cellphones? I assume the code is
already there, it would just need to be adjusted?
--
ilf

Über 80 Millionen Deutsche benutzen keine Konsole. Klick dich nicht weg!
-- Eine Initiative des Bundesamtes fÃŒr Tastaturbenutzung
Loading...