CalendarEventDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the details of a calendar event that is returned by an availability request.
public ref class CalendarEventDetails sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty
public sealed class CalendarEventDetails : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public NotInheritable Class CalendarEventDetails
Inherits ComplexProperty
- Inheritance
Properties
IsException |
Gets a value that indicates whether the calendar event is an exception to a recurring series of events. |
IsMeeting |
Gets a value that indicates whether the calendar event is a meeting. |
IsPrivate |
Gets a value that indicates whether the calendar event is private. |
IsRecurring |
Gets a value that indicates whether the calendar event is a recurring event. |
IsReminderSet |
Gets a value that indicates whether the calendar event has a reminder set. |
Location |
Gets the location of the calendar event. |
StoreId |
Gets the data store identifier of the calendar event. |
Subject |
Gets the subject of the calendar event. |