get_calendar_events
Fetch school calendar events by school ID to get titles, times, locations, and descriptions. If no events are found, use feeds to locate calendar posts as images or PDFs.
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 |