get_timetable
Fetch a student's WebUntis timetable for a date range, including lessons, subjects, rooms, teachers, cancellations, substitutions, and room swaps.
Instructions
Fetch the student's timetable for a date range.
Returns lessons with subject, room, teacher, and any changes (cancellations, substitutions, room swaps).
Args: start_date: Start date in YYYY-MM-DD format (default: today) end_date: End date in YYYY-MM-DD format (default: start + 4 days)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |