G

gws-calendar-insert

by @googleworkspacev
4.6(297)

Googleカレンダーに新しいスケジュールイベントを作成し、イベントのタイトル、時間、場所などの情報の設定をサポートします。

google-calendar-apievent-schedulingmeeting-automationgoogle-workspace-cliproductivity-toolsGitHub
インストール方法
npx skills add googleworkspace/cli --skill gws-calendar-insert
compare_arrows

Before / After 効果比較

1
使用前

以前は、Googleカレンダーで新しいイベントをスケジュールするには、手動でカレンダーアプリを開き、「作成」をクリックし、その後、タイトル、時間、場所などの情報を一つずつ入力する必要がありました。この操作は煩雑で時間がかかりました。

使用後

現在、この機能を利用することで、プログラムを通じて新しいGoogleカレンダーイベントを簡単に作成し、タイトル、時間、場所を自動設定できます。これにより、スケジュール管理が自動化され、効率が向上します。

SKILL.md

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

ユーザーレビュー (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日