Get Calendar By ID (V2.1)
get_calendar_by_id_v2_1Retrieve a single calendar by ID with full field set, including source intervals and exception availability data. Read-only operation; requires company, project, and calendar IDs.
Instructions
Get a single calendar by id. 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, and calendar_id must identify an existing parent record — resolve it with the matching list tool first. 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, calendar_id. Procore API (v2.1): Project Management > Scheduling. Endpoint: GET /rest/v2.1/companies/{company_id}/projects/{project_id}/calendars/{calendar_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company | |
| project_id | Yes | URL path parameter — unique identifier for the project | |
| calendar_id | Yes | URL path parameter — unique identifier of the calendar |