CalendarEventDetails Members
The CalendarEventDetails class provides additional information about a calendar event.
The following tables list the members exposed by the CalendarEventDetails type.
Public Constructors
Name | Description | |
---|---|---|
CalendarEventDetails | The CalendarEventDetails constructor initializes a new instance of the CalendarEventDetails class. |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top