This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves events that occur within a given date range.
The request must include a date range filter with both filter.date.$gte (start, inclusive)
and filter.date.$lte (end, inclusive). Omitting either field returns an INVALID_ARGUMENT
error. Only this date filter is honored: any sort, paging, cursorPaging, fields, or
fieldsets in the request are ignored. Results are always sorted by date in ascending order,
and the response is capped at 100 events with no cursor or paging (narrow the date range to
stay within the cap).
Results include one-time events, the individual occurrences of recurring events that fall within the range, and read-only events from the site's connected calendars (such as Google Calendar).
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.