create_calendar_event
Schedule a Canvas course event by specifying title, start time, and context code; include end time, description, or location as needed.
Instructions
Create a calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title | |
| end_at | No | End date/time in ISO 8601 format | |
| start_at | Yes | Start date/time in ISO 8601 format | |
| description | No | Event description | |
| context_code | Yes | Context code (e.g. 'course_123') | |
| location_name | No | Location name |