google-calendar

Installation
SKILL.md

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.

    • calendar_id (string, optional, default: "primary"): Calendar ID
    • max_results (integer, optional, default: 10, max: 100): Maximum events
    • time_min (string, optional, default: now): Start time in RFC3339 format (e.g., "2024-01-01T00:00:00Z")
    • time_max (string, optional): End time in RFC3339 format
    • query (string, optional): Free text search
    • show_deleted (boolean, optional, default: false): Include deleted events
  • get_event(event_id, calendar_id?): Get detailed information about a specific event.

    • event_id (string, required): Event ID (from list_events)
    • calendar_id (string, optional, default: "primary")
Related skills
Installs
32
GitHub Stars
157
First Seen
Mar 1, 2026