schoolpass_get_calendar
Retrieve a student's arrival and dismissal calendar for a date range, showing default times and any changes, to plan daily pickup.
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 |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns SchoolPass's payload untouched. No field projection: this server has no verified record of which SchoolPass fields matter, and inventing one would risk dropping a field a caller needs. | |
| 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. |