PersonalInfo

Contains miscellaneous personal information for a contact.

Syntax

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>

Definition

spouse

Specifies the spouse of the contact.

children

Specifies the children of the contact.

hobbies

Specifies the hobbies of the contact.

nickName

Specifies the nickName of the contact.

picture

Specifies a picture of a contact. See PictureData for more information.

weddingAnniversary

Specifies the weddingAnniversary of the contact.

displayBirthdayYear

Specifies if the birthday year should be displayed.

--For GroupWise 2012 and later.

displayAnniversaryYear

Specifies if the anniversary year should be displayed.

--For GroupWise 2012 and later.

timezone

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.