SAP Help Home SAP Intelligent RPA Help Portal SAP Intelligent RPA Community

Datatype - List Calendar Events Input Parameters

Define the parameters of the 'List Events' activity.

Property Type Description
calendarId string The Id of the Calendar. This can be procured using the List Calendar (Google Calendar) Activity. By default the user's primary calendar will be used.
iCalUID string Event ID in the iCalendar format to be included in the response. Optional.
query string Free text search terms to find events that match these terms in the following fields: summary, description, location, attendee's displayName, attendee's email. Optional.
showDeleted boolean Whether to include deleted calendar list entries in the result. Optional. The default is False.
expandRecurringEvents boolean Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves. Optional. The default is False.
timeMax any Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time.
timeMin any Lower bound (exclusive) for an event's end time to filter by. Optional. The default is not to filter by end time.
updatedMin any Lower bound for an event's last modification time (as a RFC3339 timestamp) to filter by.