Table of Contents

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

bool

IsMeeting

Gets a value indicating whether the calendar event is a meeting.

public bool IsMeeting { get; }

Property Value

bool

IsPrivate

Gets a value indicating whether the calendar event is private.

public bool IsPrivate { get; }

Property Value

bool

IsRecurring

Gets a value indicating whether the calendar event is recurring.

public bool IsRecurring { get; }

Property Value

bool

IsReminderSet

Gets a value indicating whether the calendar event has a reminder set.

public bool IsReminderSet { get; }

Property Value

bool

Location

Gets the location of the calendar event.

public string Location { get; }

Property Value

string

StoreId

Gets the store Id of the calendar event.

public string StoreId { get; }

Property Value

string

Subject

Gets the subject of the calendar event.

public string Subject { get; }

Property Value

string