gws-calendar-insert

Create Google Calendar events via the gws calendar +insert command.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill gws-calendar-insert-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-calendar-insert
Source: https://github.com/73ai/openbotkit/tree/main/skills/gws-calendar-insert
Command: npx skills add https://github.com/73ai/openbotkit --skill gws-calendar-insert-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating Google Calendar events from the command line eliminates manual calendar entry and speeds up scheduling across workflows.

Core Features & Use Cases

  • CLI-based event creation: Create events by providing summary, start time, end time, and optional fields through the gws calendar +insert command.
  • Flexible fields: Accept calendar ID, location, description, and attendees to tailor events.
  • Use Case: When coordinating team stand-ups or meetings, quickly add events with attendees and reminders.

Quick Start

Run the gws calendar +insert command with the required flags to create your 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 the command line?

To create Google Calendar events from the command line, use the `gws calendar +insert` command and provide the required `--summary`, `--start`, and `--end` flags. You can also include optional fields like location, description, and attendees to tailor the event entry.

What are the required fields to schedule a Google Calendar event via CLI?

The required fields to schedule a Google Calendar event via CLI are `--summary`, `--start`, and `--end`. The command enforces validation and safety checks to ensure these mandatory time and title parameters are supplied before creating the event.

Can I add attendees and a location when creating calendar events from the CLI?

Yes, you can add attendees and a location when creating calendar events from the CLI. The event creation command accepts optional parameters including calendar ID, location, description, and attendees to coordinate team stand-ups and meetings effectively.

What is the best way to automate team meeting scheduling from a terminal?

The best way to automate team meeting scheduling from a terminal is using a CLI-based event creation command. Supplying a summary, start time, end time, and attendees through the shell eliminates manual calendar entry and speeds up scheduling across workflows.

Does CLI Google Calendar event creation support validation for missing time parameters?

Yes, CLI Google Calendar event creation supports validation for missing time parameters. It enforces required fields for creation and includes safety checks via shared prerequisites to ensure your start and end times are valid before scheduling.

Why use a command line tool for Google Calendar event creation instead of manual entry?

Using a command line tool for Google Calendar event creation eliminates manual calendar entry and speeds up scheduling across workflows. It allows you to quickly add events with attendees and reminders directly from your terminal environment.