update_calendar_event
Update a Canvas calendar event by modifying its title, time, description, or location. Only specified fields are changed.
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 |