update_calendar_event
Update an existing Canvas calendar event by changing only the provided fields: title, start/end times, description, or location.
Instructions
Update an existing calendar event. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The Canvas calendar event ID | |
| title | No | New event title | |
| start_at | No | New start time in ISO 8601 format | |
| end_at | No | New end time in ISO 8601 format | |
| description | No | New description (HTML allowed) | |
| location_name | No | New location name |