CalendarEvent.CalendarEventDetails Property
The CalendarEventDetails property provides additional information about a calendar event.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CalendarEventDetails As CalendarEventDetails
Get
Set
'Usage
Dim instance As CalendarEvent
Dim value As CalendarEventDetails
value = instance.CalendarEventDetails
instance.CalendarEventDetails = value
public CalendarEventDetails CalendarEventDetails { get; set; }
Property Value
Type: ExchangeWebServices.CalendarEventDetails
The CalendarEventDetails property returns a CalendarEventDetails instance that contains additional information about a calendar event.
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 by using the Exchange Management Shell.