ホーム/HR 与招聘/gws-calendar-insert
G

gws-calendar-insert

by @googleworkspacev
4.0(0)

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カレンダーイベントを簡単に作成し、タイトル、時間、場所を自動設定できます。これにより、スケジュール管理が自動化され、効率が向上します。

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

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日