list_calendars
List all accessible Google calendars and retrieve their IDs, needed for managing events and creating calendars. Main calendar is 'primary'.
Instructions
List every calendar the user owns or has access to.
Use this to discover calendar IDs before calling get_events, manage_event, or create_calendar — calendar IDs (not names) are what those tools require. The user's main calendar is always addressable as "primary". Requires the calendar.readonly OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |