gws-calendar-insert

Create Google Calendar events with title, start, and end times.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill gws-calendar-insert-vikingokft
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gws-calendar-insert
Source: https://github.com/vikingokft/vikingo-studio-skills/tree/main/google/gws-calendar-insert
Command: npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill gws-calendar-insert-vikingokft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates creating a new Google Calendar event with a title, start time, and end time.

Core Features & Use Cases

  • Event creation: Create an event by providing a summary, start time, end time, and optional location, description, and attendees.
  • Conference integration: Attach a Google Meet link when requested.
  • Use Case: Schedule a stand-up meeting by running a single command with summary, start and end times, attendees, and optional notes.

Quick Start

Use gws calendar +insert to create a new event with a summary and start/end times.

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 a Google Calendar event with attendees from the command line?▼

You can create a Google Calendar event with attendees by running a CLI command with summary, start, end, and attendee flags. The tool supports adding location, description, and multiple attendees across different calendars.

Can I automatically generate a Google Meet link when creating a calendar event via CLI?▼

Yes, you can automatically generate a Google Meet link when creating a calendar event via CLI by using the meet flag. This attaches a conference link to your newly created event alongside the standard time and summary details.

What authentication is required to automate Google Calendar event creation?▼

Automating Google Calendar event creation requires authentication via a shared authentication module like gws-shared. You must set up this dependency beforehand to allow your CLI commands to securely interact with your Google Calendar account.

How do I schedule a stand-up meeting and add it to a specific calendar?▼

To schedule a stand-up meeting and add it to a specific calendar, execute a single CLI command providing the summary, start, end, and calendar flags. You can also include attendees and optional notes in the same command.

What details can I include when automating Google Calendar event creation?▼

When automating Google Calendar event creation, you can include a summary, start time, end time, location, description, attendees, and a Google Meet link. These are configured using respective flags in your command line execution.