v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBCalendar V2 API
Available Meetings
Returns available meeting time slots within the given time range, sorted by startTime ascending.
Notes:
- Either startTime (ISO 8601) or startTimeMs (millisecond timestamp) must be provided; same for endTime / endTimeMs. When both forms are provided for a field, the string form takes precedence.
- The resolved start time must be later than the current server time.
- The resolved end time must be later than the resolved start time.
- The range between start and end must not exceed 90 days.
- At most 'limit' slots are returned; the envelope also includes the total count.
get/v2.0/calendar/meetings/available
Query parameters
startTimestring
Start time in ISO 8601 format with offset. Preferred over startTimeMs when both are provided.
endTimestring
End time in ISO 8601 format with offset. Preferred over endTimeMs when both are provided.
startTimeMsinteger
Start time as Unix timestamp in milliseconds. Used when startTime is not provided.
endTimeMsinteger
End time as Unix timestamp in milliseconds. Used when endTime is not provided.
timeZoneCodestring
IANA timezone identifier. When omitted, the caller's configured timezone is used.
limitinteger
Maximum number of slots to return.
Headers
Authorizationstring required
Bearer [access_token]
Response
Available meeting slots with total count.