Get a schedule
<Note>Please make sure to pass in the cal-api-version header value as mentioned in the Headers section. Not passing the correct value will default to an older version of this endpoint.</Note>
Path parameters
Headers
value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
Must be set to 2024-06-11. If not set to this value, the endpoint will default to an older version.
Response
Example response
{
"status": "success",
"data": {
"id": 254,
"ownerId": 478,
"name": "Catch up hours",
"timeZone": "Europe/Rome",
"availability": [
{
"days": [
"Monday",
"Tuesday"
],
"startTime": "17:00",
"endTime": "19:00"
},
{
"days": [
"Wednesday",
"Thursday"
],
"startTime": "16:00",
"endTime": "20:00"
}
],
"isDefault": true,
"overrides": [
{
"date": "2024-05-20",
"startTime": "18:00",
"endTime": "21:00"
}
]
}
}Changes
Changed in 2 of the 50 revisions of this API.715
- ○
removed the
Fridayenum value from thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-removed
- ○
removed the
Mondayenum value from thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-removed
- ○
removed the
Saturdayenum value from thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-removed
- ○
removed the
Sundayenum value from thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-removed
- ○
removed the
Thursdayenum value from thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-removed
- ○
removed the
Tuesdayenum value from thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-removed
- ○
removed the
Wednesdayenum value from thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-removed
- ○
the
data/allOf[ScheduleOutput_2024_06_11]/availability/items/endTimeresponse's property patternTIME_FORMAT_HH_MMwas removed for the status200response-property-pattern-removed
- ○
the
data/allOf[ScheduleOutput_2024_06_11]/availability/items/startTimeresponse's property patternTIME_FORMAT_HH_MMwas removed for the status200response-property-pattern-removed
- ○
the
data/allOf[ScheduleOutput_2024_06_11]/overrides/items/endTimeresponse's property patternTIME_FORMAT_HH_MMwas removed for the status200response-property-pattern-removed
- ○
the
data/allOf[ScheduleOutput_2024_06_11]/overrides/items/startTimeresponse's property patternTIME_FORMAT_HH_MMwas removed for the status200response-property-pattern-removed
This revision also has 197 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
Fridayenum value to thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-added
- ●
added the new
Mondayenum value to thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-added
- ●
added the new
Saturdayenum value to thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-added
- ●
added the new
Sundayenum value to thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-added
- ●
added the new
Thursdayenum value to thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-added
- ●
added the new
Tuesdayenum value to thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-added
- ●
added the new
Wednesdayenum value to thedata/allOf[ScheduleOutput_2024_06_11]/availability/items/daysresponse property for the response status200response-property-enum-value-added
- ○
the
data/allOf[ScheduleOutput_2024_06_11]/availability/items/endTimeresponse's property patternTIME_FORMAT_HH_MMwas added for the status200response-property-pattern-added
- ○
the
data/allOf[ScheduleOutput_2024_06_11]/availability/items/startTimeresponse's property patternTIME_FORMAT_HH_MMwas added for the status200response-property-pattern-added
- ○
the
data/allOf[ScheduleOutput_2024_06_11]/overrides/items/endTimeresponse's property patternTIME_FORMAT_HH_MMwas added for the status200response-property-pattern-added
- ○
the
data/allOf[ScheduleOutput_2024_06_11]/overrides/items/startTimeresponse's property patternTIME_FORMAT_HH_MMwas added for the status200response-property-pattern-added
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●