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.
The CalendarEventDetails class provides additional information about a calendar event.
public ref class CalendarEventDetails
public class CalendarEventDetails
Public Class CalendarEventDetails
- Inheritance
-
CalendarEventDetails
Remarks
The GetUserAvailability(GetUserAvailabilityRequestType) method does not return detailed caller information unless the caller has read access on the target user's calendar. You can set access permissions on the calendar by using the Exchange Management Shell.
If the IsPrivate property is true, no other CalendarEventDetails class properties are set.
Constructors
CalendarEventDetails() |
The CalendarEventDetails constructor initializes a new instance of the CalendarEventDetails class. |
Properties
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. |