List Calendars (V2.1)
list_calendars_v2_1Retrieve all scheduling calendars for a project, including source intervals and availability JSON. Read-only API call to get complete calendar details.
Instructions
List all calendars in a project associated with the Scheduling/Programming tool. V2.1 returns only source intervals (parent_interval_id IS NULL) and exposes the availability JSON on Exception intervals. Use the Show Project API when you need the project time zone to interpret UTC timestamps or values expressed in project time. Use this when you already know which calendar you want and need its full field set. company_id and project_id default to the values set by procore_set_config when omitted. Returns a single JSON object describing the calendar. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, project_id. Procore API (v2.1): Project Management > Scheduling. Endpoint: GET /rest/v2.1/companies/{company_id}/projects/{project_id}/calendars
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Query string parameter — the page number to retrieve | |
| sort | No | Query string parameter — sort by supported fields. Accepts comma separated values to sort by multiple fields. Order is ascending by default, prefix field with '-' for descending | |
| per_page | No | Query string parameter — number of records per page | |
| company_id | Yes | URL path parameter — unique identifier for the company | |
| project_id | Yes | URL path parameter — unique identifier for the project | |
| filters__name | No | Query string parameter — filter calendars by name | |
| filters__is_global | No | Query string parameter — filter calendars by global status | |
| filters__calendar_id | No | Query string parameter — filter calendars by calendar_id |