Get all out-of-office entries for a user
OOO
Get all out-of-office entries for a user
If accessed using an OAuth access token, the ORG_SCHEDULE_READ scope is required.
GET
Get all out-of-office entries for a user
Documentation Index
Fetch the complete documentation index at: https://cal.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Headers
For non-platform customers - value must be Bearer <token> where <token> is api key prefixed with cal_
For platform customers - OAuth client secret key
For platform customers - OAuth client ID
Query Parameters
Maximum number of items to return
Required range:
1 <= x <= 250Example:
25
Number of items to skip
Required range:
x >= 0Example:
0
Sort results by their start time in ascending or descending order.
Available options:
asc, desc Example:
"?sortStart=asc OR ?sortStart=desc"
Sort results by their end time in ascending or descending order.
Available options:
asc, desc Example:
"?sortEnd=asc OR ?sortEnd=desc"