R
recipe-create-events-from-sheet
by @googleworkspacev
4.5(144)
Googleスプレッドシートからイベントデータを読み取り、各行に対してGoogleカレンダーのエントリを作成します。
インストール方法
npx skills add googleworkspace/cli --skill recipe-create-events-from-sheetcompare_arrows
Before / After 効果比較
1 组使用前
Googleスプレッドシートから大量のカレンダーイベントを作成する必要がある場合、手動で一つずつ追加するのは非常に時間がかかり、エラーが発生しやすいです。スケジュール管理の効率が低く、活動計画に影響を与えます。
使用後
Googleスプレッドシートからイベントデータを自動的に読み取り、各行に対してGoogleカレンダーのエントリを作成します。手動操作時間を大幅に節約し、正確で効率的なスケジュール計画を保証します。
SKILL.md
Create Google Calendar Events from a Sheet
PREREQUISITE: Load the following skills to execute this recipe:
gws-sheets,gws-calendar
Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.
Steps
- Read event data:
gws sheets +read --spreadsheet SHEET_ID --range "Events!A2:D" - For each row, create a calendar event:
gws calendar +insert --summary 'Team Standup' --start '2026-01-20T09:00:00' --end '2026-01-20T09:30:00' --attendee alice@company.com --attendee bob@company.com
ユーザーレビュー (0)
レビューを書く
効果
使いやすさ
ドキュメント
互換性
レビューなし
統計データ
インストール数14.6K
評価4.5 / 5.0
バージョン
更新日2026年5月23日
比較事例1 件
ユーザー評価
4.5(144)
5
24%
4
51%
3
24%
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日