This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves a schedule time frame by schedule ID.
Schedule ID for which to retrieve the schedule time frame.
Time zone for adjusting the times of the returned schedule time frame.
Default: timeZone
of the site properties
Retrieved schedule time frame.
curl -X GET \
'https://www.wixapis.com/calendar/v3/schedules/timeframe/05279386-2859-49d6-9727-0096ad74e014' \
-H 'Content-Type: application/json' \
-H 'Authorization: <AUTH>'
{
"scheduleTimeFrame": {
"id": "05279386-2859-49d6-9727-0096ad74e014",
"status": "FINITE",
"firstEventStartDate": {
"localDate": "2024-09-24T16:30:00",
"timeZone": "Europe/Dublin",
"utcDate": "2024-09-24T15:30:00Z"
},
"lastEventEndDate": {
"localDate": "2024-11-27T17:00:00",
"timeZone": "Europe/Dublin",
"utcDate": "2024-11-27T17:00:00Z"
},
"adjustedFirstEventStartDate": {
"localDate": "2024-09-24T16:30:00",
"timeZone": "Europe/Dublin"
},
"adjustedLastEventEndDate": {
"localDate": "2024-11-27T17:00:00",
"timeZone": "Europe/Dublin"
},
"revision": "15"
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.