List Event Query Params
Class representation of the query parameters for listing events.
Constructors
Types
Builder for ListEventQueryParams.
Properties
Specify calendar ID of the event. "primary" is a supported value indicating the user's primary calendar.
Return events matching the specified description. Graph: NOT supported
If true, the response will include an event for each occurrence of a recurring event within the requested time range. If false, only a single primary event will be returned for each recurring event. Cannot be used when filtering on metadata. Defaults to false.
Pass in your metadata key and value pair to search for metadata.
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
Return events that have a status of cancelled. If an event is recurring, then it returns no matter the value set. Different providers have different semantics for cancelled events.
Functions
Convert the query parameters to a json-formatted map.
Specify calendar ID of the event. "primary" is a supported value indicating the user's primary calendar.
Return events matching the specified description. Graph: NOT supported
If true, the response will include an event for each occurrence of a recurring event within the requested time range. If false, only a single primary event will be returned for each recurring event. Cannot be used when filtering on metadata. Defaults to false.
Return events matching the specified location.
Pass in your metadata key and value pair to search for metadata.
Order results by the specified field. Currently only start is supported.
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
Return events that have a status of cancelled. If an event is recurring, then it returns no matter the value set. Different providers have different semantics for cancelled events.