recipe-create-vacation-responder
作成者: Google
カスタムメッセージと日付範囲を指定して、Gmailの不在時自動返信を有効にします。
npx skills add https://github.com/googleworkspace/cli --skill recipe-create-vacation-responderSet Up a Gmail Vacation Responder
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail
Enable a Gmail out-of-office auto-reply with a custom message and date range.
Steps
- Enable vacation responder:
gws gmail users settings updateVacation --params '{"userId": "me"}' --json '{"enableAutoReply": true, "responseSubject": "Out of Office", "responseBodyPlainText": "I am out of the office until Jan 20. For urgent matters, contact [email protected].", "restrictToContacts": false, "restrictToDomain": false}' - Verify settings:
gws gmail users settings getVacation --params '{"userId": "me"}' - Disable when back:
gws gmail users settings updateVacation --params '{"userId": "me"}' --json '{"enableAutoReply": false}'
Googleのその他のスキル
gws-modelarmor-sanitize-response
Google
Google Model Armor: モデルアーマーテンプレートを使用してモデルの応答をサニタイズします。
gws-people
Google
Google People: 連絡先とプロフィールを管理します。
gws-shared
Google
gws CLI: 認証、グローバルフラグ、出力フォーマットのための共有パターン。
gws-sheets
Google
Google Sheets: スプレッドシートの読み書きを行います。
gws-sheets-append
Google
Google Sheets: スプレッドシートに行を追加します。
gws-sheets-read
Google
Google Sheets: スプレッドシートから値を読み取ります。
gws-slides
Google
Google Slides:プレゼンテーションの読み取りと書き込みを行います。
gws-tasks
Google
Google Tasks: タスクリストとタスクを管理します。