Get Calendar By ID
get_calendar_by_idFetch detailed scheduling records for a specific calendar using its identifier. Provide company, project, and calendar IDs to retrieve the full calendar data from Procore.
Instructions
Get a single calendar by id. Use the Show Project API when you need the project time zone to interpret UTC timestamps or values expressed in project time. Use this to fetch the full details of a specific Scheduling records by its identifier. Returns a JSON object describing the requested Scheduling records. Required parameters: company_id, project_id, calendar_id. Procore API (v2.0): Project Management > Scheduling. Endpoint: GET /rest/v2.0/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 | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |