G
gws-calendar-insert
by @googleworkspacev
4.0(0)
Googleカレンダーに新しいスケジュールイベントを作成し、イベントのタイトル、時間、場所などの情報の設定をサポートします。
インストール方法
npx skills add googleworkspace/cli --skill gws-calendar-insertcompare_arrows
Before / After 効果比較
1 组使用前
以前は、Googleカレンダーで新しいイベントをスケジュールするには、手動でカレンダーアプリを開き、「作成」をクリックし、その後、タイトル、時間、場所などの情報を一つずつ入力する必要がありました。この操作は煩雑で時間がかかりました。
使用後
現在、この機能を利用することで、プログラムを通じて新しいGoogleカレンダーイベントを簡単に作成し、タイトル、時間、場所を自動設定できます。これにより、スケジュール管理が自動化され、効率が向上します。
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.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
forumユーザーレビュー (0)
レビューを書く
効果
使いやすさ
ドキュメント
互換性
レビューなし
統計データ
インストール数7.4K
評価4.0 / 5.0
バージョン
更新日2026年3月16日
比較事例1 件
ユーザー評価
4.0(0)
5
0%
4
0%
3
0%
2
0%
1
0%
この Skill を評価
0.0
対応プラットフォーム
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
タイムライン
作成2026年3月16日
最終更新2026年3月16日