G
gws-calendar-insert
by @googleworkspacev
4.6(297)
用于在Google日历中创建新的日程事件,支持设置事件标题、时间、地点等信息。
安装方式
npx skills add googleworkspace/cli --skill gws-calendar-insertcompare_arrows
Before / After 效果对比
1 组使用前
以前,要在Google日历中安排新事件,必须手动打开日历应用,点击创建,然后逐项输入标题、时间、地点等信息,操作繁琐且耗时。
使用后
现在,利用此功能,可以轻松地通过程序创建新的Google日历事件,自动设置标题、时间、地点,实现日程管理的自动化,提高效率。
SKILL.md
calendar +insert
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
create a new event
Usage
gws calendar +insert --summary <TEXT> --start <TIME> --end <TIME>
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 — Global flags and auth
- gws-calendar — All manage calendars and events commands
用户评价 (0)
发表评价
效果
易用性
文档
兼容性
暂无评价
统计数据
安装量23.4K
评分4.6 / 5.0
版本
更新日期2026年5月23日
对比案例1 组
用户评分
4.6(297)
5
23%
4
51%
3
23%
2
2%
1
0%
为此 Skill 评分
0.0
兼容平台
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
时间线
创建2026年3月16日
最后更新2026年5月23日