get_calendar_events
Retrieve upcoming Canvas calendar events for a specific course or all contexts within a set number of days.
Instructions
Get calendar events within a time window.
Args: course_id: Optional course ID to filter. If omitted, gets events from all contexts. days_ahead: Number of days ahead to look (default 14).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | No | ||
| days_ahead | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |