What problem does it solve? It lets AI agents and CI/CD pipelines read, create, update, and respond to Google Calendar events from the command line without building custom API integrations. ## Core Features & Use Cases - Event Management: List, search, create, update, and delete calendar events with support for recurrence rules, reminders, attendees, and Google Meet links. - Scheduling Intelligence: Query free/busy information across multiple calendars and respond to invitations with accepted, declined, or tentative statuses. - Use Case: In a GitHub Actions workflow, an agent checks today's events with agentio gcal events --today, finds an open slot via agentio gcal freebusy, and creates a meeting with a Meet link, all as plain CLI commands. ## Quick Start Ask the agent to list today's events on your primary Google Calendar using the agentio gcal events command.