Contains miscellaneous personal information for a contact.
In the PersonalInfo section, you can specify a birthday or anniversary date. There is a problem if the client specifying the date is in a different time zone than the POA. The timezone element allows you to specify the timezone to use. Thus, the birthday and anniversary events will show on the correct day.
<PersonalInfo> <birthday type="date"/> <website" type="string"/> <spouse type="string"/> <children type="string"/> <hobbies type="string"/> <nickName type="string"/> <picture type="PictureData"/> <weddingAnniversary type="date"/> <displayBirthdayYear type="boolean"/> <displayAnniversaryYear type="boolean"/> <timezone type="tns:Timezone"/> </PersonalInfo>
Specifies the spouse of the contact.
Specifies the children of the contact.
Specifies the hobbies of the contact.
Specifies the nickName of the contact.
Specifies a picture of a contact. See PictureData for more information.
Specifies the weddingAnniversary of the contact.
Specifies if the birthday year should be displayed.
--For GroupWise 2012 and later.
Specifies if the anniversary year should be displayed.
--For GroupWise 2012 and later.
Specifies the timezone to use in the creation of the birthday or anniversary events. This is the same value used in the creation of Appointments.
--For GroupWise 2012 and later.