gws-calendar
Installation
Summary
Google Calendar API access for managing calendars, events, and sharing rules.
- Covers 10+ API resources including events, calendars, ACL rules, calendar lists, free/busy queries, and user settings
- Supports event operations: create, read, update, delete, import, move between calendars, and query recurring instances
- Includes calendar management: create secondary calendars, update metadata, clear primary calendars, and manage sharing access
- Provides helper commands for quick event creation (
+insert) and viewing upcoming events across all calendars (+agenda) - Requires Google Workspace authentication via the shared
gwsCLI tool; usegws schemato inspect method parameters before execution
SKILL.md
calendar (v3)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto 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
Related skills
More from googleworkspace/cli
gws-gmail
Gmail: Send, read, and manage email.
26.1Kgws-docs
Read and write Google Docs.
26.0Kgws-drive
Google Drive: Manage files, folders, and shared drives.
26.0Kgws-sheets
Google Sheets: Read and write spreadsheets.
24.6Kgws-docs-write
Google Docs: Append text to a document.
21.8Kgws-sheets-read
Google Sheets: Read values from a spreadsheet.
21.6K