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.
Headers
Bearer [access_token]
Query Parameters
Start time in ISO 8601 format with offset. Preferred over startTimeMs when both are provided.
End time in ISO 8601 format with offset. Preferred over endTimeMs when both are provided.
Start time as Unix timestamp in milliseconds. Used when startTime is not provided.
End time as Unix timestamp in milliseconds. Used when endTime is not provided.
IANA timezone identifier. When omitted, the caller's configured timezone is used.
Maximum number of slots to return.
x >= 1Response
Available meeting slots with total count.
Response envelope for GET /v2.0/calendar/meetings/available. Wraps the available meeting slots under the 'data' field.
Available meeting time slots response