ScheduleGetTeacherSchedule
Retrieve a teacher's scheduled lessons within a specific date range and timezone, enabling efficient planning and coordination.
Instructions
Get a teacher's schedule for a date range in a given timezone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateEnd | Yes | string (required) | |
| timezone | No | integer (optional) | |
| dateStart | Yes | string (required) | |
| teacherId | Yes | integer (required) |