AI SummaryA Google Calendar CLI tool that enables AI assistants to view, create, manage, and check availability across multiple calendar accounts. Useful for developers and AI applications that need programmatic calendar integration.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "gcal" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/gcal && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gcal/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/gcal/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/gcal/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/gcal/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Google Calendar CLI for listing calendars, managing events, and checking availability. Use when you need to view, create, update, or delete calendar events, check free/busy status, or list calendars.
Google Calendar CLI (gccli)
You have access to gccli - a minimal Google Calendar CLI. All commands use the format: `bash gccli <email> <command> [options] `
Available Accounts
• ben.tossell@gmail.com • ben@bensbites.com • ben@factory.ai
List Calendars
`bash gccli <email> calendars ` Returns: ID, name, access role.
List Events
`bash gccli <email> events <calendarId> [options] ` Options: • --from <datetime> - Start time (ISO 8601, default: now) • --to <datetime> - End time (ISO 8601, default: 1 week from now) • --max <n> - Max results (default: 10) • --query <q> - Free text search Examples: `bash gccli ben@factory.ai events primary gccli ben@factory.ai events primary --from 2024-01-01T00:00:00Z --max 50 gccli ben@factory.ai events primary --query "meeting" `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster