schoolpass_get_calendar
Fetch a student's daily arrival and dismissal schedule for a date range, including defaults and changes, using their student ID.
Instructions
Get a student’s arrival & dismissal calendar over a date range — the per-day default and any changes. Requires a student id (from schoolpass_list_students). Defaults to today through 14 days out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | End of range (YYYY-MM-DD). Defaults to 14 days out. | |
| start_date | No | Start of range (YYYY-MM-DD). Defaults to today. | |
| student_id | Yes | Student id, from schoolpass_list_students. |