Class CalendarEvent
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an event in a calendar.
public sealed class CalendarEvent : ComplexProperty
- Inheritance
-
CalendarEvent
- Inherited Members
Properties
Details
Gets the details of the calendar event. Details is null if the user requsting them does no have the appropriate rights.
public CalendarEventDetails Details { get; }
Property Value
EndTime
Gets the end date and time of the event.
public DateTime EndTime { get; }
Property Value
FreeBusyStatus
Gets the free/busy status associated with the event.
public LegacyFreeBusyStatus FreeBusyStatus { get; }
Property Value
StartTime
Gets the start date and time of the event.
public DateTime StartTime { get; }