GetEvents method

Returns all the Calendar Events for a specified Calendar Page.

Syntax


C++

HRESULT GetEvents (
   LONG EventFlags,

   IERUCollection** ppRetVal)

Scripting languages

Set Collection = Object.GetEvents (
   EventFlags as Long)

Parameters


EventFlags

Uses the ERUCalendarEventFlag enumeration to format or filter the collection of events.

Return value


C++

The return code.

Scripting languages:

An IERUCollection interface pointer to a collection of IERUItem interface pointers.

 

Home

Applies to

IERUCalendar


See also

Calendars