Google Calendar Manager

Read and write Google Calendar events via MCP integration.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/bibo1243/claw_memory --skill google-calendar-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Google Calendar Manager
Source: https://github.com/bibo1243/claw_memory/tree/main/skills/google_calendar_manager
Command: npx skills add https://github.com/bibo1243/claw_memory --skill google-calendar-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables programmatic access to read and write a user's Google Calendar data via MCP, consolidating personal and organizational schedules and simplifying calendar management.

Core Features & Use Cases

  • Read and write events to the two primary calendars: 冠葦行程 (primary) and 慈光暨附設機構 (group calendar).
  • Create, list, update, and delete events; query calendars, list calendars, and check availability (free/busy).
  • Use cases include scheduling meetings, coordinating across calendars, and retrieving availability for planning.

Quick Start

Create an event on the 冠葦行程 primary calendar for tomorrow at 10:00 Asia/Taipei.

Frequently Asked Questions about Google Calendar Manager

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

FAQPage Schema
How do I automate Google Calendar event creation and scheduling?

Automate Google Calendar event creation by using MCP integration to read and write events programmatically. You can create, update, delete, and list events on primary and group calendars, as well as check availability for scheduling.

Do I need OAuth credentials to access Google Calendar via MCP?

Yes, OAuth credentials are required to access Google Calendar via MCP. The integration uses these credentials to authenticate and expose tools like list-calendars, create-event, and get-freebusy for managing your events.

Can I check availability and free/busy status across multiple calendars?

Yes, you can check availability and free/busy status across multiple calendars. The Skill exposes a get-freebusy tool that queries availability, enabling you to coordinate schedules across personal and organizational calendars.

Does the Google Calendar MCP integration support Asia/Taipei timezone?

Yes, the Google Calendar MCP integration supports the Asia/Taipei timezone. It applies this timezone when creating, retrieving, and updating events to ensure scheduling accuracy for users in that region.

What is the best way to programmatically manage team scheduling on Google Calendar?

Programmatically manage team scheduling by using MCP to read and write events to a group calendar. The Skill consolidates personal and organizational schedules, allowing you to coordinate meetings and retrieve availability for planning.

Are there limitations to which calendars I can read and write events to?

Yes, calendar management is limited to two primary calendars: a personal calendar and a group calendar. You can list, create, update, and delete events, but access is restricted to these specific calendars via the MCP server.