CalendarEventDetails Members
Include Protected Members
Include Inherited Members
The CalendarEventDetails class provides additional information about a calendar event.
The CalendarEventDetails type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CalendarEventDetails | The CalendarEventDetails constructor initializes a new instance of the CalendarEventDetails class. |
Top
Properties
Name | Description | |
---|---|---|
ID | The ID property gets or sets the entry ID of the calendar item. | |
IsException | The IsException property gets or sets a Boolean value that indicates whether an instance of a recurring calendar item is changed from the original. | |
IsMeeting | The IsMeeting property gets or sets a Boolean value that indicates whether the calendar event is a meeting or an appointment. | |
IsPrivate | The IsPrivate property gets or sets a Boolean value that indicates whether the calendar item is private. | |
IsRecurring | The IsRecurring property gets or sets a Boolean value that indicates whether the calendar item recurs. | |
IsReminderSet | The IsReminderSet property gets or sets a Boolean value that indicates whether a reminder is set for the calendar event. | |
Location | The Location property gets or sets the location of the calendar item. | |
Subject | The Subject property gets or sets the subject of the calendar item. |
Top