get_calendar_events
Retrieve school calendar events via ICS export, returning titles, times, locations, and descriptions. If no events are found, fall back to browsing feeds for image or PDF 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 |