google-calendar

Create Google Calendar events with Meet links and attendee invites.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/RagnarPitla/raos-cli --skill google-calendar-ragnarpitla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-calendar
Source: https://github.com/RagnarPitla/raos-cli/tree/main/research/claudeclaw-main/skills/google-calendar
Command: npx skills add https://github.com/RagnarPitla/raos-cli --skill google-calendar-ragnarpitla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage your Google Calendar from Claude Code. Create events with Meet links, send invites, check availability.

Core Features & Use Cases

  • Create events with Google Meet links and invites
  • List availability and check for conflicts
  • Update or cancel events programmatically

Quick Start

Ask Claude to create a calendar event with a Meet link and invites for tomorrow at 3pm.

Frequently Asked Questions about google-calendar

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Google Calendar events with Meet links from Claude Code?

You can create Google Calendar events with Meet links from Claude Code by asking Claude to schedule a meeting, which automates event creation, attendee invites, and Google Meet link generation programmatically.

Can I check calendar availability and conflicts for my team using Python automation?

Yes, you can check calendar availability and conflicts for individuals or teams using Python automation, applying timezone awareness to list open slots and detect scheduling conflicts across calendars.

What environment variables do I need to automate calendar invites and scheduling?

To automate calendar invites and scheduling, you need the CLAUDECLAW_DIR environment variable set, along with valid credential paths configured to authenticate Google Calendar API access.

Does this calendar automation tool support rescheduling and canceling events programmatically?

Yes, this calendar automation tool supports rescheduling and canceling events programmatically, allowing Claude to update event times, modify attendee lists, or remove events entirely.

Are there limitations when generating Google Meet links for multiple attendees across timezones?

Google Meet link generation for multiple attendees across timezones requires proper timezone awareness configuration in event fields, ensuring accurate scheduling across different regional calendars to avoid timing conflicts.