https://api.cal.com/v1/slots?apiKey=cal_live_a0b7f92f86bf655133dccb26ddc71918&startTime=2024-12-20&endTime=2024-12-21&eventTypeId=731927&timeZone=America%2FNew_York
Generated from cURL: curl --location 'https://api.cal.com/v1/slots?apiKey=cal_live_a0b7f92f86bf655133dccb26ddc71918&startTime=2024-12-20&endTime=2024-12-21&eventTypeId=731927&timeZone=America%2FNew_York' It is currently returning only 6:30 PM EST as an available slot even though the working hours are 9 AM to 7 PM EST. Here is the V2 GET Busy Times cURL call which is returning times before and after the date range. For the past few days it was returning nothing even with events scheduled, curl --location --globoff 'https://api.cal.com/v2/calendars/busy-times?loggedInUsersTz=America%2FNew_York&calendarsToLoad[0][externalId]=dfilkins919%40gmail.com&calendarsToLoad[0][credentialId]=183905&dateFrom=2024-12-20&dateTo=2024-12-21' \ --header 'Authorization: Bearer callive8680d4bf8ce66b1f237bae78d5a6e1e3'
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
apiKey | string | ||
startTime | string | ||
endTime | string | ||
eventTypeId | number | ||
timeZone | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |