list_calendars
Retrieve a formatted list of calendars associated with a Google account. Input the user's Google email address to view calendar summaries, IDs, and primary status.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes |