google-calendar

Manage Google Calendar events and calendars via a wrapped Workspace CLI.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/peteanderson80/skills --skill google-calendar-peteanderson80
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-calendar
Source: https://github.com/peteanderson80/skills/tree/main/skills/google-calendar
Command: npx skills add https://github.com/peteanderson80/skills --skill google-calendar-peteanderson80

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Calendar management tasks such as listing calendars, querying events, and creating or updating events are automated through a wrapped Google Workspace CLI, reducing manual steps.

Core Features & Use Cases

  • List calendars
  • Query events
  • Create, update, and delete events
  • Respect read-only boundaries and use the wrapper for all interactions

Quick Start

Use the Google Workspace wrapper script to list calendars or fetch events.

Frequently Asked Questions about google-calendar

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

FAQPage Schema
How do I automate Google Calendar event management tasks?

Automate Google Calendar event management by using a wrapped Google Workspace CLI wrapper to list calendars, query events, and create, update, or delete events programmatically, reducing manual steps.

What is the best way to query events from multiple Google Calendars?

Querying events from multiple Google Calendars is handled through the Google Workspace wrapper script, which lists available calendars and fetches events while preserving timezone information for users with calendar access.

Do I need Node to create and update Google Calendar events programmatically?

Yes, Node is required to create and update Google Calendar events programmatically, as the Skill relies on the Node-based Google Workspace CLI wrapper script to invoke tools for all calendar interactions.

Can I enforce read-only boundaries when accessing Google Workspace calendars?

Read-only boundaries can be enforced when accessing Google Workspace calendars, as the wrapper script applies read-only restrictions when applicable to prevent unauthorized modifications to events.

How does timezone information work when creating calendar events via a wrapper script?

Timezone information is preserved when creating calendar events via the wrapper script, ensuring that event scheduling remains accurate across different regions during automated calendar management tasks.

What are the limitations of using a wrapper script for Google Calendar automation?

Limitations of using a wrapper script for Google Calendar automation include dependency on the Google Workspace CLI and Node, with operations restricted to users with calendar access under specific boundary configurations.