From google-workspace-cli
Renew/reactivates Google Workspace Events subscriptions via gws CLI. Targets specific subscriptions (--name) or all expiring within a time window (--all --within). Use for cron jobs to keep them alive.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:gws-events-renewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Renew/reactivate Workspace Events subscriptions
gws events +renew
| Flag | Required | Default | Description |
|---|---|---|---|
--name | — | — | Subscription name to reactivate (e.g., subscriptions/SUB_ID) |
--all | — | — | Renew all subscriptions expiring within --within window |
--within | — | 1h | Time window for --all (e.g., 1h, 30m, 2d) |
gws events +renew --name subscriptions/SUB_ID
gws events +renew --all --within 2d
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceRenews Google Workspace Events subscriptions via gws CLI. Reactivates by name or all expiring within --within window (e.g., 1h, 2d); ideal for cron automation.
Manages Google Calendar events via Python CLI scripts: lists calendars/events, gets details, creates/updates/deletes with standalone OAuth. For Workspace accounts without MCP server.
Lists, creates, inspects, and updates Google Calendar events via local Python scripts with standalone OAuth authentication. No MCP server needed.