The ClientAppointmentData type exposes the following members.

Constructors

  Name Description
Public method ClientAppointmentData
ClientAppointmentData constructor.

Properties

  Name Description
Public property AllDayEvent
Is an all day event appointment. Used by SaveAppointmentCommand.
Public property Body
Gets the String value representing the body of the Appointment object.
Public property BusyStatus
Gets or sets the Status object indicating the busy status of the user for the appointment.
Public property Categories
Gets the Category List which holds the set of categories assigned to the appointment. Categories may be associated with an appointment to effectively group appointments. An appointment may be associated with multiple categories.
Public property Duration
Duration in minutes. Used by UpdateAppointmentLocationCommand / SaveAppointmentCommand.
Public property HasAllDayEvent
Is AllDayEvent value specified by client.
Public property HasBody
Is Body value specified.
Public property HasBusyStatus
Is BusyStatus value specified by client.
Public property HasCategories
Is Categories value specified by client.
Public property HasDuration
Is Duration value specified.
Public property HasLabel
Is Label value specified by client.
Public property HasLinks
Is Links value specified by client.
Public property HasLocation
Is Location value specified.
Public property HasPrivate
Is Private value specified.
Public property HasRecurrenceState
Is RecurrenceState value specified.
Public property HasReminderSet
Is ReminderSet value specified.
Public property HasReminderTimeBeforeStart
Is ReminderTimeBeforeStart value specified.
Public property HasResources
Is Resources value specified by client.
Public property HasSnoozeTime
Is SnoozeTime value specified.
Public property HasStartDate
Is StartDate value specified.
Public property HasSubject
Is Subject value specified.
Public property Label
Gets the Label object associated with appointment.
Public property Links
Gets the Contact List which holds the set of Contact objects for this appointment. An appointment may be associated with multiple contacts.
Public property Location
Location.
Public property Private
Gets the Boolean value determining whether the calendar owner intends to keep the Appointment object private.
Public property RecurrenceState
Gets the RecurrenceStateEnum value indicating the recurrence state of the appointment.
Public property ReminderSet
Gets the Boolean value indicating whether a reminder is associated with the appointment.
Public property ReminderTimeBeforeStart
Gets the TimeSpan value indicating the interval of time the reminder should occur prior to the start of the appointment.
Public property Resources
Gets the Resource List which holds the set of Resource objects for this appointment. An appointment may be associated with multiple resources.
Public property SnoozeTime
Snooze time in seconds.
Public property StartDate
Gets the DateTime value determining the start date and time of the appointment.
Public property Subject
Subject.

See Also