Appointment Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Appointment type exposes the following members.
| Name | Description | |
|---|---|---|
|
Account | Gets the data source associated with this appointment. |
|
Attendees | Gets the attendees associated with this appointment. |
|
Details | Gets a detailed description of the appointment. |
|
EndTime | Gets the date and time that the appointment ends. |
|
IsAllDayEvent | Gets a value that indicates whether the appointment is an all-day event. |
|
IsPrivate | Gets a value that indicates whether the appointment is private. |
|
Location | Gets the location of the appointment. |
|
Organizer | Gets the organizer of the appointment. |
|
StartTime | Gets the date and time that the appointment starts. |
|
Status | Gets information about how to treat the block of time of this appointment, such as busy or out of the office. |
|
Subject | Gets the subject of the appointment. |
Show: