Home/HR 与招聘/gws-calendar-insert
G

gws-calendar-insert

by @googleworkspacev
4.0(0)

Create new schedule events in Google Calendar, supporting event title, time, location, and other information.

Google Calendar APIEvent SchedulingMeeting AutomationGoogle Workspace CLIProductivity ToolsGitHub
Installation
npx skills add googleworkspace/cli --skill gws-calendar-insert
compare_arrows

Before / After Comparison

1
Before

Previously, to schedule a new event in Google Calendar, one had to manually open the calendar app, click 'Create', and then enter information such as title, time, and location item by item. This process was cumbersome and time-consuming.

After

Now, with this feature, new Google Calendar events can be easily created programmatically, automatically setting the title, time, and location, thereby automating schedule management and improving efficiency.

description SKILL.md


name: gws-calendar-insert version: 1.0.0 description: "Google Calendar: Create a new event." metadata: openclaw: category: "productivity" requires: bins: ["gws"] cliHelp: "gws calendar +insert --help"

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 <TEXT> --start <TIME> --end <TIME>

Flags

FlagRequiredDefaultDescription
--calendarprimaryCalendar ID (default: primary)
--summaryEvent summary/title
--startStart time (ISO 8601, e.g., 2024-01-01T10:00:00Z)
--endEnd time (ISO 8601)
--locationEvent location
--descriptionEvent description/body
--attendeeAttendee 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

forumUser Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs7.4K
Rating4.0 / 5.0
Version
Updated2026年3月16日
Comparisons1

User Rating

4.0(0)
5
0%
4
0%
3
0%
2
0%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

Timeline

Created2026年3月16日
Last Updated2026年3月16日