googlecalendar-automation

Automate Google Calendar tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:26

Download and extract to your skills directory

Copy command and send to OpenClaw for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-googlecalendar-automation&locale=en&source=copy

Google Calendar Automation

Automate Google Calendar operations with Rube MCP for intelligent scheduling management without needing an API key.

Skill Overview


Automate Google Calendar management using Claude and the Composio toolsuite. Supports automatic event creation, batch scheduling management, and intelligent meeting arrangement.

Use Cases

  • Batch Schedule Management

  • When you need to create multiple calendar events at once or bulk import meeting schedules, it can automatically handle repetitive schedule entry work.

  • Intelligent Meeting Scheduling

  • Automatically find available time slots, send meeting invitations, and set reminders—so AI can handle complex meeting coordination for you.

  • Automated Schedule Synchronization

  • Automatically sync external data sources (such as emails and task lists) to Google Calendar to keep schedule information consistent.

    Core Features

  • Automatic Creation and Management of Events

  • Use RUBE_MULTI_EXECUTE_TOOL to execute create, update, and delete calendar event operations, supporting complete information such as time, location, and attendees.

  • Tool Discovery and Connection Management

  • Use RUBE_SEARCH_TOOLS to dynamically fetch currently available calendar tools, and use RUBE_MANAGE_CONNECTIONS to manage the connection status with Google Calendar.

  • Batch Workflow Execution

  • Supports executing complex batch operations with RUBE_REMOTE_WORKBENCH. Handles large volumes of scheduling data via run_composio_tool().

    FAQ

    How do I get started with Google Calendar automation?


    First, make sure you’ve added the Rube MCP server (https://rube.app/mcp) to your client configuration. Then call RUBE_MANAGE_CONNECTIONS, specify toolkit as "googlecalendar", and complete Google account authorization via the returned link.

    Do I need a Google API key?


    No. With Rube MCP and Composio’s OAuth authentication flow, you only need to complete Google account authorization once—no need to request or configure any API keys.

    Why do tool calls fail?


    The most common causes include: not calling RUBE_SEARCH_TOOLS first to retrieve the latest tool schema, the connection status not being ACTIVE, or the parameter format not matching the current schema. It’s recommended to search for tools and check connection status before each use.