gws-calendar

List and manage Google Calendar resources from the gws CLI.

8|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-calendar-niclasmartinsson-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-calendar
Source: https://github.com/niclasmartinsson-sys/google-workspace-cli/tree/main/skills/gws-calendar
Command: npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill gws-calendar-niclasmartinsson-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Google Calendar management from the command line to streamline creating, updating, and listing calendars and events, reducing repetitive UI tasks.

Core Features & Use Cases

  • Create, update, and list calendars and events from scripts or interactive commands.
  • Manage access and visibility for calendars and coordinate scheduling across a Workspace.
  • Use Case: When syncing a team schedule, generate and adjust events for multiple calendars in one workflow.

Quick Start

Run a gws calendar command to list upcoming events and verify configuration.

Frequently Asked Questions about gws-calendar

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

FAQPage Schema
How do I manage Google Calendar events from the command line?

You can manage Google Calendar events from the command line by using the gws CLI to list, create, and update events. It uses Google Discovery Service for API discovery and parameter schemas for deterministic command execution.

Can I automate creating calendar events across a Google Workspace domain?

Yes, you can automate creating calendar events across a Google Workspace domain. The CLI supports configuring calendar access, managing visibility, and coordinating scheduling across multiple calendars in a single workflow.

What is the best way to sync team schedules using Google Calendar automation?

The best way to sync team schedules using Google Calendar automation is running gws CLI commands to generate and adjust events for multiple calendars simultaneously. This streamlines repetitive UI tasks and coordinates scheduling across the workspace.

Do I need any external dependencies to use the gws calendar CLI?

No external dependencies are required to use the gws calendar CLI. The functions rely directly on the Google Discovery Service to discover the API surface and use the CLI's internal parameter schemas for validation.

How do I list upcoming Google Calendar events via a CLI script?

To list upcoming Google Calendar events via a CLI script, run a gws calendar command to query and display scheduled items. This verifies your configuration and retrieves calendar resources directly from the command line.