vCard implementation

Appendix A. vCard implementation

vCards are a common interchange format for PIM's and address books, GenieGate supports downloading of vCard's for users in the user edit screen.

vCards have only been tested with the Linux GnomeCard program. It should work with most any PIM since vCards are a standard file format.

In order for vCards to work, certain properties need to be available. (Unset properties are simply skipped over, but the property definition must exist.)

Table A.1. vCard fields and properties

Property/FieldDescription
Fields
emailEmail address
nameUsers name
Public properties
telTelephone number
streetStreet address
cityCity
stateState / province
postalCodecountry
fnameFirst Name
lnameLast name
faxFax number
titleJob title
organizationOrganization/Company
homePageHome Page
dobDate of Birth
wphoneWork phone
Private properties
commentsPersonal comment field

You may need to set your browser up to handle the mime type of text/directory to work with your favorite PIM.