get_calendar_events
Get school calendar events in JSON format, including title, times, location, and description. If ICS is unavailable, browse feeds for calendar posts.
Instructions
Get calendar events for a school using the ICS calendar export.
Returns JSON array of events with title, start/end times, location, and description. Note: Some schools post monthly calendars as images or PDFs in the feed instead of using the ICS calendar. If this returns no events, use get_feeds to browse recent posts — look for posts with "calendar" in the title or image/PDF attachments. Use get_post to view them (images are returned inline so you can read them).
Args: school_id: School ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school_id | Yes |