gws-calendar

Manage Google Calendar calendars, events, and ACLs via the gws CLI.

Updated May 25, 2025
One-click install
npx skills add https://github.com/temple-slope/dotfiles --skill gws-calendar-temple-slope
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-calendar
Source: https://github.com/temple-slope/dotfiles/tree/main/.agents/skills/gws-calendar
Command: npx skills add https://github.com/temple-slope/dotfiles --skill gws-calendar-temple-slope

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Calendar management can be repetitive and error-prone when done via web UI; this Skill enables programmatic control over calendars and events from the CLI, accelerating automation and integration.

Core Features & Use Cases

  • Create, update, and delete calendars and events from the command line.
  • List calendars and events for reporting, monitoring, and automation workflows.
  • Manage ACLs and calendar metadata to streamline team collaboration.

Quick Start

Run gws calendar list to verify the setup and view your calendars.

Frequently Asked Questions about gws-calendar

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

FAQPage Schema
How do I automate Google Calendar event creation from the command line?

You can automate Google Calendar event creation from the command line by using a CLI tool that implements the gws calendar insert method, enabling programmatic event management within scripting and CI workflows.

Can I manage Google Calendar ACLs and metadata across multiple calendars in scripts?

Yes, you can manage Google Calendar ACLs and calendar metadata across multiple calendars programmatically, streamlining team collaboration and access control directly within your automation scripts.

What is the best way to list Google Calendar events for monitoring workflows?

The best way to list Google Calendar events for monitoring workflows is using a CLI tool that executes the gws calendar list method, allowing you to retrieve and report events programmatically.

Do I need API authentication to manage Google Calendar events via CLI scripting?

Yes, you need proper authentication and access to Google Calendar APIs to manage events via CLI scripting, ensuring secure programmatic control over calendar resources and operations.

Does the gws CLI support updating and deleting Google Calendar events programmatically?

Yes, the gws CLI supports updating and deleting Google Calendar events programmatically by implementing patch, update, and delete methods for comprehensive event lifecycle management in automation.

Why use a CLI tool instead of the web UI for Google Calendar management?

Using a CLI tool for Google Calendar management eliminates repetitive web UI actions, reducing errors and accelerating automation, event creation, and integration across multiple calendars in CI workflows.