list_calendar_items
Retrieve scheduled calendar items from a Procore project with filtering by date, assignee, or search query to manage project timelines.
Instructions
List Calendar Items. [Project Management/Schedule (Legacy)] GET /rest/v1.0/projects/{project_id}/schedule/calendar_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| view | No | The view to use when serializing Calendar Item data. The ids_only view returns an array of Calendar Item IDs. The total_count_only view returns total count of Calendar Items. | |
| start_date | No | Calendar Items that occur after this date | |
| finish_date | No | Calendar Items that occur before this date | |
| page | No | Page | |
| per_page | No | Elements per page | |
| filters__query | No | Return item(s) containing search query | |
| filters__updated_at | No | Return item(s) last updated within the specified ISO 8601 datetime range. Formats: `YYYY-MM-DD`...`YYYY-MM-DD` - Date `YYYY-MM-DDTHH:MM:SSZ`...`YYYY-MM-DDTHH:MM:SSZ` - DateTime with UTC Offset `YYY... | |
| filters__assigned_id | No | Returns task(s) with specified assignee(s) | |
| filters__date | No | Returns task(s) existing on the specified ISO 8601 datetime | |
| sort | No | Return item(s) with the specified sort. Prepend "-" to specify descending order. |