create_timeline_event_v2_0
Add timeline events to project schedules in Procore to track milestones and date ranges with custom names, colors, and types.
Instructions
Create Timeline Event. [Project Management/Scheduling] POST /rest/v2.0/companies/{company_id}/projects/{project_id}/schedules/{schedule_id}/timeline_events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company | |
| project_id | Yes | Unique identifier for the project | |
| schedule_id | Yes | Unique identifier for the schedule | |
| timeline_event_name | Yes | The descriptive name of the timeline event | |
| start_date | Yes | The timeline event start date (ISO 8601 format) | |
| finish_date | Yes | The timeline event finish date (ISO 8601 format) | |
| color | Yes | Timeline event color (33 possible values) | |
| timeline_event_type | Yes | Timeline event type |