gws-calendar

Automate Google Calendar event creation, listing, updating, and deletion from the CLI.

302|22|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/JetBrains/skills --skill gws-calendar-jetbrains
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-calendar
Source: https://github.com/JetBrains/skills/tree/main/gws-calendar
Command: npx skills add https://github.com/JetBrains/skills --skill gws-calendar-jetbrains

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines calendar management by enabling programmatic control over Google Calendar calendars and events from a CLI, reducing manual scheduling toil and enabling automation pipelines.

Core Features & Use Cases

  • Create, list, update, and delete calendars and events from scripts and workflows.
  • Synchronize multiple calendars, manage event metadata (reminders, attendees), and integrate with automation pipelines.
  • Use case: auto-schedule meetings across teams by wiring calendar operations into your CI/CD or automation workflows.

Quick Start

Use a simple command like gws calendar insert to add a new event to Google Calendar.

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 CLI?

You can automate Google Calendar event creation by using a simple command like gws calendar insert to add new events from the CLI. This enables programmatic control over scheduling for automation workflows.

Do I need Google Calendar API credentials to manage events from the CLI?

Yes, you need Google Calendar API credentials to manage events from the CLI. Configured access to calendars and events is required to enable resources for synchronizing and performing operations like creating, listing, updating, and deleting entries.

Can I synchronize multiple calendars and manage event metadata in automation workflows?

Yes, you can synchronize multiple calendars and manage event metadata such as reminders and attendees within automation workflows. This allows you to wire calendar operations directly into your CI/CD pipelines for auto-scheduling meetings across teams.

What is the best way to integrate Google Calendar management into a CI/CD pipeline?

The best way to integrate Google Calendar management into a CI/CD pipeline is by using CLI commands to create, list, update, and delete events programmatically. This streamlines calendar management by reducing manual scheduling toil.

What CLI operations are supported for Google Calendar events and calendars?

Supported CLI operations for Google Calendar events and calendars include creating, listing, updating, and deleting. You can also synchronize calendars and manage event metadata such as reminders and attendees programmatically.