Retrieves a list of events, given the provided paging, filtering, and sorting.
Query Events runs with these defaults, which you can override:
start in ASC order.cursorPaging.limit is 50.For field support for filters and sorting, see Calendar Events V3: Supported Filters and Sorting.
Do not specify filters for start and end dates inside query.filter, instead
specify fromLocalDate and toLocalDate.
You can't filter by the following fields:
eventId: To query by event ID call either Get Event or List Events.contactId: To query by a participant's contact ID call List Events by Contact ID.memberId: To query by a participant's member ID call List Events by Member ID.To learn about working with Query endpoints, see:
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.