Sync Calendar Items
sync_calendar_itemsUpdate or create multiple calendar items for a project's schedule. Sync legacy schedule records by providing project ID and updates.
Instructions
Create or update a batch of Calendar Items. Use this to update an existing Schedule (Legacy) records (only the supplied fields are changed). Updates the specified Schedule (Legacy) records and returns the modified object on success. 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 |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| updates | Yes | JSON request body field — the updates for this Schedule (Legacy) operation |