Google Calendar の予定を更新する
Updates Google Calendar events with new titles, times, locations, and descriptions.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsGoogle Calendar の予定を更新します。
$ARGUMENTS (必須): イベントID--calendar <id>: カレンダーID(デフォルト: primary)--summary <title>: 新しいタイトル--start <datetime>: 新しい開始日時 (ISO 8601形式)--end <datetime>: 新しい終了日時 (ISO 8601形式)--location <place>: 新しい場所--description <text>: 新しい説明--color <1-11>: 新しい色IDpython plugins/shiiman-google/scripts/google_calendar.py update --event-id "$ARGUMENTS" ${CALENDAR:+--calendar "$CALENDAR"} ${SUMMARY:+--summary "$SUMMARY"} ${START:+--start "$START"} ${END:+--end "$END"} ${LOCATION:+--location "$LOCATION"} ${DESCRIPTION:+--description "$DESCRIPTION"} ${COLOR:+--color "$COLOR"}
/shiiman-google:calendar-update abc123xyz --summary "新しいタイトル"
/shiiman-google:calendar-update abc123xyz --start 2025-01-08T15:00:00 --end 2025-01-08T16:00:00