gws-calendar-insert

Create Google Calendar events with RFC3339 timestamps and attendees.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/cellarwood/figurio --skill gws-calendar-insert-cellarwood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-calendar-insert
Source: https://github.com/cellarwood/figurio/tree/main/skills/gws-calendar-insert
Command: npx skills add https://github.com/cellarwood/figurio --skill gws-calendar-insert-cellarwood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly create calendar events without opening a web UI, removing manual scheduling steps and reducing human error when adding meetings or reminders.

Core Features & Use Cases

  • Create events with required summary, start and end times using RFC3339 timestamps.
  • Invite attendees and add a Google Meet link when needed, and select a target calendar ID.
  • Use Cases: schedule recurring standups via automation, add review meetings from a CI job, or insert onboarding sessions for new hires.

Quick Start

Run gws calendar +insert with --summary, --start, and --end to create a new calendar event.

Frequently Asked Questions about gws-calendar-insert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Google Calendar events from a CLI?

Google Calendar events can be created from a CLI by running the insert command with specific flags. You need to provide a summary, start time, and end time using RFC3339 timestamps to successfully add the event.

Can I add a Google Meet link and invite attendees when scheduling events via scripts?

Yes, when scheduling events via scripts, you can invite attendees and add a Google Meet link. The process allows you to specify a target calendar ID and include participants while creating the event with RFC3339 timestamps.

What timestamp format is required to schedule calendar events through automation?

RFC3339 timestamp format is required to schedule calendar events through automation. Validating start and end times against this standard ensures events are created correctly without errors during the scheduling workflow.

Does this calendar event creation method support selecting a specific calendar ID?

Yes, calendar event creation supports selecting a specific target calendar ID. You can specify which calendar to insert the event into, making it suitable for managing multiple calendars within your scheduling workflows and automation tasks.

What are the limitations of creating calendar events via command line flags?

A limitation of creating calendar events via command line flags is the strict RFC3339 timestamp validation required for start and end times. Additionally, it focuses on inserting new events rather than updating or managing existing calendar entries.