Share via


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
<XmlArrayItemAttribute(IsNullable:=False)> _
Public Property CalendarEventArray As CalendarEvent()
[XmlArrayItemAttribute(IsNullable=false)] 
public CalendarEvent[] CalendarEventArray { get; set; }
[XmlArrayItemAttribute(IsNullable=false)] 
public:
property array<CalendarEvent^>^ CalendarEventArray {
    array<CalendarEvent^>^ get ();
    void set (array<CalendarEvent^>^ value);
}
/** @property */
public CalendarEvent[] get_CalendarEventArray ()

/** @property */
public void set_CalendarEventArray (CalendarEvent[] value)
public function get CalendarEventArray () : CalendarEvent[]

public function set CalendarEventArray (value : CalendarEvent[])

Property Value

The CalendarEventArray property returns an array of CalendarEvent objects that represent the requested user's availability.

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.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)