googlecalendar-automation

Automate Google Calendar event management and scheduling tasks through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill googlecalendar-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: googlecalendar-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/googlecalendar-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill googlecalendar-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual friction of managing calendar events, allowing users to programmatically query, create, and update schedules without navigating the Google Calendar UI.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Google Calendar tool schemas to ensure compatibility.
  • Connection Management: Handle secure authentication and session state for Google Calendar toolkits.
  • Workflow Execution: Perform bulk operations like event creation or calendar synchronization using multi-step tool execution.

Quick Start

Use the googlecalendar-automation skill to search for available calendar tools and schedule a new meeting.

Frequently Asked Questions about googlecalendar-automation

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

FAQPage Schema
How do I connect my Google Calendar to the Rube MCP?

Use the RUBE_MANAGE_CONNECTIONS command with the googlecalendar toolkit to initiate the authentication flow. Ensure the connection status is set to ACTIVE before attempting to execute any calendar-related tools.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available arguments for Google Calendar operations change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current tool slugs and input requirements to prevent execution errors.

Can I perform bulk calendar operations with this skill?

Yes, use the RUBE_MULTI_EXECUTE_TOOL command to chain multiple calendar operations within a single session. Always include the memory parameter to maintain state across your workflow steps.

What should I do if my calendar connection is not active?

If the connection status is not ACTIVE, follow the auth link provided by the RUBE_MANAGE_CONNECTIONS response. Once the authentication process is complete, verify the status again before proceeding with your tasks.