getRecurringEvents
Fetches all recurring event instances that belong to a specific base recurring event template.
getRecurringEvents(
baseRecurringEventId: ID!
includeCancelled: Boolean = false
limit: Int = 1000
offset: Int = 0
): [Event!]
Arguments
getRecurringEvents.baseRecurringEventId ● ID! non-null scalar
The ID of the base recurring event template
getRecurringEvents.includeCancelled ● Boolean scalar
Whether to include cancelled instances. Defaults to false.
getRecurringEvents.limit ● Int scalar
Number of events to return. Defaults to 1000. Max 1000.
getRecurringEvents.offset ● Int scalar
Number of events to skip. Defaults to 0. Max 10000.