VEXAppointmentItem
Contains details about a Microsoft Exchange appointment item.
|
Property |
Type |
Description |
|---|---|---|
|
Organizer |
Appointment organizer. |
|
|
Attendees |
Appointment attendees. |
|
|
StartTime |
DateTime |
Date and time when the appointment will start. |
|
EndTime |
DateTime |
Date and time when the appointment will end. |
|
Location |
String |
Appointment location. |
|
Title |
String |
Appointment title. |
|
RecurrencePatternFormat |
String |
Appointment recurrence pattern. For example, it can be daily, weekly, monthly and so on. |
|
Recurring |
Bool |
If True, the appointment is recurring in the pattern specified by the RecurrencePatternFormat property. |
|
Attachments |
Item attachment. |
|
|
ItemClass |
String |
Exchange item class. |
Related Commands