List School Events
list_school_eventsGet upcoming school events with dates, times, location, volunteer shifts, and registration status. Filter by date range to retrieve event and shift IDs for registration and volunteer signups.
Instructions
Returns upcoming events for the user's active school: date, times, location, volunteer shifts, and whether registration is closed. The event IDs returned feed register_for_event; shift IDs feed sign_up_for_volunteer_shift. To review or undo your own registrations and signups, use list_my_event_registrations / cancel_my_event_registration and list_my_volunteer_signups / cancel_my_volunteer_signup. Optionally filter by date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | No | Last day of the range, YYYY-MM-DD (inclusive); omit for all upcoming events | |
| start_date | No | First day of the range, YYYY-MM-DD (inclusive); omit for all upcoming events |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | No | Upcoming events matching the date range |