GenieGate, Version 1.1.0 (PHP 5) manual

Appendix B. vCard implementation

vCards are a common interchange format for PIM's and address books, GenieGate supports downloading of vCard's for users in the search result page.

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 B.1. vCard fields and properties

Property/Field Description
Fields
email Email address
name Users name
Public properties
tel Telephone number
street Street address
city City
state State / province
postalCode country
fname First Name
lname Last name
fax Fax number
title Job title
organization Organization/Company
homePage Home Page
dob Date of Birth
wphone Work phone
Private properties
comments Personal comment field

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