gws-calendar-insert by googleworkspace/cli
npx skills add https://github.com/googleworkspace/cli --skill gws-calendar-insert前提条件: 请先阅读
../gws-shared/SKILL.md以了解身份验证、全局标志和安全规则。如果该文件不存在,请运行gws generate-skills来创建它。
创建一个新事件
gws calendar +insert --summary <TEXT> --start <TIME> --end <TIME>
| 标志 | 是否必需 | 默认值 | 描述 |
|---|---|---|---|
--calendar | — | primary | 日历 ID(默认:primary) |
--summary |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| ✓ |
| — |
| 事件摘要/标题 |
--start | ✓ | — | 开始时间(ISO 8601 格式,例如 2024-01-01T10:00:00Z) |
--end | ✓ | — | 结束时间(ISO 8601 格式) |
--location | — | — | 事件地点 |
--description | — | — | 事件描述/正文 |
--attendee | — | — | 参与者邮箱(可多次使用) |
--meet | — | — | 添加 Google Meet 视频会议链接 |
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
gws calendar +insert --summary 'Meet' --start ... --end ... --meet
--meet 标志会自动为事件添加一个 Google Meet 链接。[!CAUTION] 这是一个 写入 命令 — 执行前请与用户确认。
每周安装量
8.6K
代码仓库
GitHub 星标
22.5K
首次出现
2026年3月4日
安全审计
安装于
codex8.0K
opencode7.9K
gemini-cli7.9K
cursor7.9K
github-copilot7.9K
kimi-cli7.9K
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
create a new event
gws calendar +insert --summary <TEXT> --start <TIME> --end <TIME>
| 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) |
--meet | — | — | Add a Google Meet video conference link |
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
gws calendar +insert --summary 'Meet' --start ... --end ... --meet
[!CAUTION] This is a write command — confirm with the user before executing.
Weekly Installs
8.6K
Repository
GitHub Stars
22.5K
First Seen
Mar 4, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex8.0K
opencode7.9K
gemini-cli7.9K
cursor7.9K
github-copilot7.9K
kimi-cli7.9K
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装