gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
Google Calendar: Manage calendars and events.
$ npx -y skills add googleworkspace/cli --skill gws-calendar --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/gws-calendarContext preview
The summary Claude sees to decide when to auto-load this skill.
Google Calendar: Manage calendars and events.
name: gws-calendar
description: "Google Calendar: Manage calendars and events."
metadata:
version: 0.22.5
openclaw:
category: "productivity"
requires:
bins:
- gws
cliHelp: "gws calendar --help"> **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]
| Command | Description | |---------|-------------| | [`+insert`](../gws-calendar-insert/SKILL.md) | create a new event | | [`+agenda`](../gws-calendar-agenda/SKILL.md) | Show upcoming events across all calendars |
The authenticated user for the request is made the data owner of the new calendar.
Note: We recommend to authenticate as the intended data owner of the calendar. You can use domain-wide delegation of authority to allow applications to act on behalf of a specific user. Don't use a service account for authentication. If you use a service account for authentication, the service account is the data owner, which can lead to unexpected behavior.
Deprecated behavior: If a non-default event is imported, its type will be changed to default and any event-type-specific properties it may have will be dropped.
Before calling any API method, inspect it:
# Browse resources and methods gws calendar --help # Inspect a method's required params, types, and defaults gws schema calendar.<resource>.<method>
Use `gws schema` output to build your `--params` and `--json` flags.
Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.
Repo: googleworkspace/cli
Google Workspace Admin SDK: Audit logs and usage reports.
Google Calendar: Show upcoming events across all calendars.