FreeBusyView.CalendarEventArray Property
The CalendarEventArray property gets or sets a set of unique calendar items that represent the requested user's availability.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CalendarEventArray As CalendarEvent()
Get
Set
'Usage
Dim instance As FreeBusyView
Dim value As CalendarEvent()
value = instance.CalendarEventArray
instance.CalendarEventArray = value
public CalendarEvent[] CalendarEventArray { get; set; }
Property Value
Type: []
The CalendarEventArray property returns an array of CalendarEvent objects that represent the requested user's availability.