GetEventsResult Type

The GetEventsResult data type provides the result of the getEvents or getEventsSync operation. For further reference, see the following table.

Property

Type

Description

error

Error

In case of error, it indicates the reason why the operation failed.

events

EventItems

The events matching the specified filter criteria. Null in case of errors.