CalendarEventDetails Class
The CalendarEventDetails class provides additional information about a calendar event.
Inheritance Hierarchy
System.Object
ExchangeWebServices.CalendarEventDetails
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CalendarEventDetails
'Usage
Dim instance As CalendarEventDetails
[SerializableAttribute]
public class CalendarEventDetails
Remarks
The GetUserAvailability 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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.