Appointment

Describes a GroupWise appointment.

Syntax

<Appointment>
<extension base="CalendarItem">
<ref="startDate"/>
<ref="endDate"/>
<startDay type="date"/>
<endDay type="date"/>
<ref="acceptLevel"/>
<alarm type="Alarm"/>
<allDayEvent type="boolean"/>
<place type="string"/>
<timezone type="Timezone"/>

Definitions

CalendarItem

Specifies the CalendarItem element. Appointment extends CalendarItem.

startDate

Specifies the start of an appointment.

endDate

Specifies the end of the appointment.

startDay

Specifies the startDate of an appointment (without a time value).

endDay

Specifies the endDate of an appointment (without a time value).

acceptLevel

Specifies how the appointment appears in a busy search.

alarm

Specifies the alarm for the appointment.

allDayEvent

Specifies if the appointment is an all-day event.

place

Specifies where the appointment is to take place.

timezone

Specifies the time zone for the person who scheduled the appointment.