--- title: "VEXAppointmentItem" description: "Contains details about a Microsoft Exchange appointment item. Property Type Description VEXItemSender Appointment organizer. VEXItemRecipient[] Appointment attendees. DateTime Date and time when the appointment will start." canonical: "https://helpcenter.veeam.com/docs/vbo365/explorers_powershell/vexappointmentitem.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VEXAppointmentItem" dateModified: "2026-08-18" --- # 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. |