Basic Appointment Information

 
Appointments store the following data:
 
Stored Data
Description
Start and end dates
DateTime values assigned to the Appointment.Start and Appointment.End properties
Title and description
String values stored in the Appointment.Subject and Appointment.Description properties.
Location
String Appointment.Location property value displayed beneath the appointment subject.
 
 
Label
An object assigned to the Appointment.LabelKey property that specifies the appointment color and the related name (i.e., "Important" for red, "Business" for blue, etc.).
 
 
Status
An appointment status ("Free", "Tentative", "Out Of Office", etc.) represented as a thin stripe along an appointment edge.
 
 
Resource that owns this appointment
Stored as an ID
Appointment Time Zone
Specified by a string ID stored in the Appointment.TimeZoneId property. The Scheduler automatically adjusts appointments whose start and end dates are recorded in a time zone different from the current time zone. All-day appointments ignore time zones.
Related reminders
Reminders notify users when an appointment is about to occur.
Recurrence data
Recurring appointments are appointments that occur more than once.