create_calendar_event
Creates a calendar event in Canvas by specifying context code, title, and start time, with optional end time, description, and location.
Instructions
Create a new calendar event in Canvas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context_code | Yes | Canvas context code, e.g. "course_123" for a course event | |
| title | Yes | Event title | |
| start_at | Yes | Start time in ISO 8601 format, e.g. "2026-05-01T10:00:00Z" | |
| end_at | No | End time in ISO 8601 format. Omit for all-day events. | |
| description | No | Event description (HTML allowed) | |
| location_name | No | Location name |