recipe-plan-weekly-schedule
von Google
Überprüfen Sie Ihre Google Kalenderwoche, identifizieren Sie Lücken und fügen Sie Ereignisse hinzu, um diese zu füllen.
npx skills add https://github.com/googleworkspace/cli --skill recipe-plan-weekly-schedulePlan Your Weekly Google Calendar Schedule
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Review your Google Calendar week, identify gaps, and add events to fill them.
Steps
- Check this week's agenda:
gws calendar +agenda - Check free/busy for the week:
gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}' - Add a new event:
gws calendar +insert --summary 'Deep Work Block' --start '2026-01-21T14:00:00' --end '2026-01-21T16:00:00' - Review updated schedule:
gws calendar +agenda
Mehr Skills von Google
gws-modelarmor-sanitize-response
Google
Google Model Armor: Bereinigen einer Modellantwort durch eine Model Armor-Vorlage.
gws-people
Google
Google People: Kontakte und Profile verwalten.
gws-shared
Google
gws CLI: Gemeinsame Muster für Authentifizierung, globale Flags und Ausgabeformatierung.
gws-sheets
Google
Google Sheets: Tabellen lesen und schreiben.
gws-sheets-append
Google
Google Sheets: Eine Zeile an eine Tabelle anhängen.
gws-sheets-read
Google
Google Sheets: Werte aus einer Tabelle lesen.
gws-slides
Google
Google Slides: Präsentationen lesen und schreiben.
gws-tasks
Google
Google Tasks: Aufgabenlisten und Aufgaben verwalten.