Documentation ¶
Overview ¶
Package vcard implement RFC6350 for encoding and decoding VCard formatted data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gender ¶
Gender contains contact's sex and description.
Sex may contain one of this value: M (male), F (female), O (other), N (none), or U (unknown).
type GeoLocation ¶
GeoLocation define a location in latitude and longitude format.
type VCard ¶
type VCard struct { UID string Source []string Kind string Fn string N contact.Name Nickname []string Photo []Resource Bday contact.Date Anniversary contact.Date Gender Gender Adr []contact.Address Tel []contact.Phone Email []contact.Email Impp []Messaging Lang []string TZ string Geo []GeoLocation Title []string Role []string Logo []Resource Org []string Related []Relation Categories []string Note []string ProdID string Sound []Resource ClientPIDMap string Key []Resource }
VCard define vcard 4.0 data structure.
Click to show internal directories.
Click to hide internal directories.