update_calendar_item
Modify schedule items in Procore projects by updating details like dates, assignments, completion percentage, and descriptions to reflect project changes.
Instructions
Update Calendar Item. [Project Management/Schedule (Legacy)] PATCH /rest/v1.0/projects/{project_id}/schedule/calendar_items/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Calendar Item ID | |
| assigned_id | No | ID of the assigned user for the Calendar Item | |
| color | No | Calendar Item color (as a hex triplet) | |
| description | No | Calendar Item description | |
| finish | No | The finish date of the Calendar Item | |
| name | No | Calendar Item name | |
| percentage | No | Calendar Item completion percentage | |
| private | No | Calendar Item private status | |
| start | No | The start date of the Calendar Item |