ic_list_school_days
Retrieve a student's instructional calendar grouped by term, showing term boundaries and school-day comments like breaks or workdays. Use since/until to filter the date range for planning.
Instructions
List a student's school days (instructional calendar) grouped by term. Returns one entry per enrollment, with term boundaries (Q1-Q4 start/end dates) and the school days inside each term — including comments like 'Teacher Workday' or 'Spring Break'. Use since/until to narrow the range.
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 Infinite Campus's payload untouched. No field projection: this server has no verified record of which Infinite Campus fields matter, and inventing one would risk dropping a field a caller needs. | |
| since | No | YYYY-MM-DD; include only days on or after this date | |
| until | No | YYYY-MM-DD; include only days on or before this date | |
| district | Yes | ||
| studentId | Yes | Student personID from ic_list_students |