Google Calendar Available Tools - list calendars() : List all user's calendars (primary, shared, subscribed). - list events(calendar id?, max results?, time min?, time max?, query?, show deleted?) : List calendar events. - (string, optional, default: "primary"): Calendar ID - (integer, optional, default: 10, max: 100): Maximum events - (string, optional, default: now): Start time in RFC3339 format (e.g., "2024-01-01T00:00:00Z") - (string, optional): End time in RFC3339 format - (string, optional): Free text search - (boolean, optional, default: false): Include deleted events - get event(event…