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 की और Skills
gws-modelarmor-sanitize-response
Google
Google Model Armor: एक 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: कार्य सूचियों और कार्यों का प्रबंधन करें।