get_events
Retrieve events in a time window for specific calendars by providing provider, account ID, and calendar ID. Get event summaries and titles in return.
Instructions
Fetch events in a time window for specific calendars. Call after you know provider/accountId/calendarId. POST /v2/getEvents {queries:[...]}. timeMin/timeMax are ms epoch. queries_json: JSON array; provider defaults to google. Return order: summary/title first, never lead with event id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queries_json | Yes |