Class CalendarEventDetails
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the details of a calendar event as returned by the GetUserAvailability operation.
public sealed class CalendarEventDetails : ComplexProperty
- Inheritance
-
CalendarEventDetails
- Inherited Members
Properties
IsException
Gets a value indicating whether the calendar event is an exception in a recurring series.
public bool IsException { get; }
Property Value
IsMeeting
Gets a value indicating whether the calendar event is a meeting.
public bool IsMeeting { get; }
Property Value
IsPrivate
Gets a value indicating whether the calendar event is private.
public bool IsPrivate { get; }
Property Value
IsRecurring
Gets a value indicating whether the calendar event is recurring.
public bool IsRecurring { get; }
Property Value
IsReminderSet
Gets a value indicating whether the calendar event has a reminder set.
public bool IsReminderSet { get; }
Property Value
Location
Gets the location of the calendar event.
public string Location { get; }
Property Value
StoreId
Gets the store Id of the calendar event.
public string StoreId { get; }
Property Value
Subject
Gets the subject of the calendar event.
public string Subject { get; }