list_calendars_v2_0
Retrieve project calendars from Procore to view, filter, and manage scheduling data for construction projects.
Instructions
List Calendars. [Project Management/Scheduling] GET /rest/v2.0/companies/{company_id}/projects/{project_id}/calendars
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company | |
| project_id | Yes | Unique identifier for the project | |
| filters__calendar_id | No | Filter calendars by calendar_id | |
| filters__name | No | Filter calendars by name | |
| filters__is_global | No | Filter calendars by global status | |
| sort | No | Sort by supported fields. Accepts comma separated values to sort by multiple fields. Order is ascending by default, prefix field with '-' for descending | |
| page | No | The page number to retrieve | |
| per_page | No | Number of records per page |