Sync Status Object

Properties
resourceIdstring
Resource ID that owns a schedule to be synced with the external calendar.

calendarstring
1 enum supported values:
GOOGLE
External calendar type.

statusstring
8 enum supported values:
UNDEFINEDNONEIN_PROGRESSCONNECTEDPENDINGDISCONNECTEDDISCONNECTED_TOKEN_REVOKEDFAILED
External calendar sync status.
Was this helpful?
Yes
No

PostUnsync

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'sDisconnect and will be removed on December 31, 2023. If your app uses this endpoint, we recommend updating your code as soon as possible.

Removes the sync to/from an external calendar.

Permissions This endpoint requires the CALENDAR.MANAGE_OWN_EXTERNAL_CALENDAR_CONNECTIONS permission. To un-sync any calendar, the CALENDAR.MANAGE_ALL_EXTERNAL_CALENDAR_CONNECTIONS is also required.

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

Was this helpful?
Yes
No

GetGet Sync Status

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'sGet Connection and will be removed on December 31, 2023. If your app uses this endpoint, we recommend updating your code as soon as possible.

Gets the sync status for an external calendar.

Permissions This endpoint requires the CALENDAR.READ_OWN_EXTERNAL_CALENDAR_CONNECTIONS permission. To read all sync statuses, the CALENDAR.READ_ALL_EXTERNAL_CALENDAR_CONNECTIONS is also required.

Endpoint
GET
https://www.wixapis.com/bookings/v1/externalCalendar/status/{resourceId}

Was this helpful?
Yes
No

GetList Sync Statuses

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 Connections 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 statuses of all sync requests in the Wix site.

Permissions This endpoint requires the CALENDAR.READ_ALL_EXTERNAL_CALENDAR_CONNECTIONS permission.

Endpoint
GET
https://www.wixapis.com/bookings/v1/externalCalendar/status

Was this helpful?
Yes
No