get_upcoming_events
Retrieve upcoming school events and exams within a specified number of days. Results are sorted by date for easy planning.
Instructions
Get upcoming events and exams within the next N days.
Args: days_ahead: How many days ahead to look (default 30) school: School subdomain (only needed with multiple schools).
Returns: JSON array of upcoming events sorted by date (nearest first)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school | No | ||
| days_ahead | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |