GET
gcalendar_events_get.py
Requires
https://www.googleapis.com/auth/calendar.events. Costs 1 against the provider’s own quota.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get one event by its ID.
from charter.packs import gcalendar
result = await gcalendar.events_get.ainvoke({"calendarId": ..., "eventId": ...})
https://www.googleapis.com/auth/calendar.events. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
calendarId * | string | Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the “primary” keyword. |
eventId * | string | Event identifier. |
| Field | Type | Description |
|---|---|---|
maxAttendees | integer | The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned. Optional. ≥ 1 |
timeZone | string | Time zone used in the response. Optional. The default is the time zone of the calendar. |
Was this page helpful?