Sync Calendar Items
sync_calendar_itemsSync multiple calendar items in one batch, creating or updating them with partial updates. Omitted fields retain existing values, and project defaults apply when not specified.
Instructions
Create or update a batch of Calendar Items. Send only the fields you intend to change; omitted fields keep their current values. project_id defaults to the value set by procore_set_config when omitted. Returns the modified calendar item on success. 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: project_id, updates. Procore API: Project Management > Schedule (Legacy). Endpoint: PATCH /rest/v1.0/projects/{project_id}/schedule/calendar_items/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | JSON request body field — the updates for this Schedule (Legacy) operation | |
| project_id | Yes | URL path parameter — unique identifier for the project. |