list_calendars
Lists calendars accessible to an authenticated Google user, showing each calendar's summary, ID, and primary status. Use it to identify available calendars and retrieve their identifiers for scheduling tasks.
Instructions
Retrieves a list of calendars accessible to the authenticated user.
Args: user_google_email (str): The user's Google email address. Required.
Returns: str: A formatted list of the user's calendars (summary, ID, primary status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |