skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

gws-calendar

Manage Google Calendar calendars and events

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/googleworkspace/cli --skill gws-calendar

Overview

What This Skill Does

A CLI skill for the Google Calendar API. Manages calendars, events, access control rules, and free/busy queries through the `gws` command-line tool.

Application

When to use this Skill

Documentation

Show Skills.md file

calendar (v3)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

gws calendar <resource> <method> [flags]

Helper Commands

Command Description
+insert create a new event
+agenda Show upcoming events across all calendars

API Resources

acl

  • delete — Deletes an access control rule.
  • get — Returns an access control rule.
  • insert — Creates an access control rule.
  • list — Returns the rules in the access control list for the calendar.
  • patch — Updates an access control rule. This method supports patch semantics.
  • update — Updates an access control rule.
Lines 1 - 25 of 95

Recommendations

Explore other random skills

All skillsMy patterns