Event Object

Properties
resourceIdstring
ID of resource holding the schedule synced to the external calendar.

calendarstring
1 enum supported values:
GOOGLE
External calendar type.

startstringformat date-time
Event start time.

endstringformat date-time
Event end time.
Was this helpful?
Yes
No

PostList Events

Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Deprecation Notice

This endpoint has been replaced with External Calendar V2'sList Events and will be removed on December 31, 2023. If your app uses this endpoint, we recommend updating your code as soon as possible.

Lists the events pulled from the external calendar given the provided paging and filtering. Query object support:

  • filter: supports
  • start: query range end time. Required.
  • end: query range end time. Required.
  • resourceId: The external resource Id to which the external calendar is synced.
  • fields: not supported.
  • paging: not supported.
  • fieldsets: not supported.

Permissions This endpoint requires the Manage Bookings permission scope.

Endpoint
POST
https://www.wixapis.com/bookings/v1/externalCalendar/events

Was this helpful?
Yes
No