GET
gcalendar_calendars_get.py
Requires
https://www.googleapis.com/auth/calendar.readonly. 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 a calendar’s own metadata, including the time zone its events are read against. Use this before writing a naive dateTime rather than assuming a zone.
from charter.packs import gcalendar
result = await gcalendar.calendars_get.ainvoke({"calendarId": ...})
https://www.googleapis.com/auth/calendar.readonly. 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. |
Was this page helpful?