List User Busy Times
Returns an ascending list of user internal and external scheduled events within a specified date range.
Date range can be no greater than 1 week (7 days).
**NOTE:**
* This endpoint does not support traditional keyset pagination.
* External events will only be returned for calendars that have "Check for conflicts" configured.
<Info title="Required scopes">
> `availability:read`
</Info>
Authentication
AuthorizationBearer
OAuth 2.0
OR
AuthorizationBearer
Personal Access Token
Query parameters
user
The uri associated with the user
start_time
Start time of the requested availability range. Date cannot be in the past.
end_time
End time of the requested availability range. Date must be in the future of start_time.
Response
OK
collection
The set of internal and external scheduled calendar events matching the criteria
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
424
Failed Dependency Error
500
Internal Server Error