The following table lists the vCard properties that the Versit API supports.
Versit Property | QContactDetail |
---|---|
ADR | QContactAddress |
BDAY | QContactBirthday |
CATEGORIES, X-CATEGORIES* | QContactTag |
FN | QContactName (CustomLabel field) |
GEO | QContactGeoLocation |
QContactEmailAddress | |
IMPP, X-IMPP* | QContactOnlineAccount (SubTypeImpp) |
LOGO | QContactOrganization (LogoUrl field) |
N | QContactName |
NICKNAME, X-NICKNAME*, X-EPOCSECONDNAME* | QContactNickname |
NOTE | QContactNote |
ORG | QContactOrganization (Name field) |
PHOTO | QContactThumbnail for base-64 encoded images or QContactAvatar for URLs |
REV | QContactTimestamp |
ROLE | QContactOrganization (Role field) |
SOUND | QContactRingtone |
TEL | QContactPhoneNumber |
TITLE | QContactOrganization (Title field) |
UID | QContactGuid |
URL | QContactUrl |
X-ANNIVERSARY | QContactAnniversary |
X-ASSISTANT | QContactOrganization (Assistant field) |
X-ASSISTANT-TEL | QContactPhoneNumber (SubTypeAssistant) |
X-CHILDREN | QContactFamily (Children field) |
X-GENDER | QContactGender |
X-JABBER | QContactOnlineAccount (SubTypeImpp) |
X-SIP | QContactOnlineAccount |
X-SPOUSE | QContactFamily (Spouse field) |
* These are understood by the importer, but are not generated by the exporter.
The Versit module supports the following vCard parameter:
The following table lists the values that are supported for the TYPE parameter:
PREF is partially supported. If a property has the parameter TYPE set to PREF, the QContactDetail that it generates is placed at the front of the list saved to the resultant QContact. This has the effect that calling QContact::detail() will return it in preference over other details. However, the existence of the PREF parameter is not preserved, so it won't appear when exporting the contact back to vCard.