Name | Description | |
---|---|---|
Category | Gets/Sets the category of this appointment. | |
Description | Gets/Sets the description of the appointnment. | |
Dismissed | Gets/Sets whether the appointment has been dismissed. Dismissed appointments are not shown in the notification dialog. This property is automatically set to true if the user dismisses the appointment from the notification dialog. | |
Duration | Gets the duration of this appointment. | |
End | Gets/Sets the end date and time of the appointment. | |
EndInUtc | Gets the end of the appointment in Coordinated Universal Time (UTC). | |
EndTimeZone | Gets/Sets the time zone of the end time. By default set to the local time zone. | |
Groups | Gets/Sets the groups this appointment is associated with. | |
IsAllDay | Gets whether this is an appointment which lasts all day. | |
IsHighlighted | Gets whether this appointment is highlighted. | |
IsSelected | Gets whether this appointment is selected in its owner schedule. | |
Notification | Gets/Sets the time period before the start of the appointment at which to show a notification message. By default set to TimeSpan.MinValue, which means that notifications for the appointment won't be shown. | |
Start | Gets/Sets the start date and time of the appointment. | |
StartInUtc | Gets the start of the appointment in Coordinated Universal Time (UTC). | |
StartTimeZone | Gets/Sets the time zone of the start time. By default set to the local time zone. | |
Subject | Gets/Sets the subject of the appointment. | |
TimeMarker | Gets/Sets the time marker of this appointment. |