Get a calendar
get_calendarFetch a calendar's metadata from Google Calendar using its ID, including summary, description, timezone, access role, default reminders, and primary status. Use this to understand a calendar's settings before working with events.
Instructions
Fetches one calendar-list entry: summary, description, timeZone (the calendar's default IANA zone — use it to interpret event times), accessRole, defaultReminders and primary. Works only for calendars on the user's list; for a shared calendar never added to the list, use raw_request with path calendar/v3/calendars/ instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | The calendar id from list_calendars, or "primary" for the authenticated user's main calendar. |