AgentStack
SKILL verified Apache-2.0 Self-run

Gws Calendar Insert

skill-wadewarren-gws-claude-plugin-gws-calendar-insert · by WadeWarren

Google Calendar: Create a new event.

No reviews yet
0 installs
7 views
0.0% view→install

Install

$ agentstack add skill-wadewarren-gws-claude-plugin-gws-calendar-insert

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Gws Calendar Insert? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

calendar +insert

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

create a new event

Usage

gws calendar +insert --summary  --start  --end 

Flags

| Flag | Required | Default | Description | |------|----------|---------|-------------| | --calendar | — | primary | Calendar ID (default: primary) | | --summary | ✓ | — | Event summary/title | | --start | ✓ | — | Start time (ISO 8601, e.g., 2024-01-01T10:00:00Z) | | --end | ✓ | — | End time (ISO 8601) | | --location | — | — | Event location | | --description | — | — | Event description/body | | --attendee | — | — | Attendee email (can be used multiple times) |

Examples

gws calendar +insert --summary 'Standup' --start '2026-06-17T09:00:00-07:00' --end '2026-06-17T09:30:00-07:00'
gws calendar +insert --summary 'Review' --start ... --end ... --attendee alice@example.com

Tips

  • Use RFC3339 format for times (e.g. 2026-06-17T09:00:00-07:00).
  • For recurring events or conference links, use the raw API instead.

> [!CAUTION] > This is a write command — confirm with the user before executing.

See Also

  • [gws-shared](../gws-shared/SKILL.md) — Global flags and auth
  • [gws-calendar](../gws-calendar/SKILL.md) — All manage calendars and events commands

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.