recipe-find-free-time
por Google
Consulta el estado de libre/ocupado de Google Calendar para múltiples usuarios y encuentra un horario de reunión.
npx skills add https://github.com/googleworkspace/cli --skill recipe-find-free-timeFind Free Time Across Calendars
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Query Google Calendar free/busy status for multiple users to find a meeting slot.
Steps
- Query free/busy:
gws calendar freebusy query --json '{"timeMin": "2024-03-18T08:00:00Z", "timeMax": "2024-03-18T18:00:00Z", "items": [{"id": "[email protected]"}, {"id": "[email protected]"}]}' - Review the output to find overlapping free slots
- Create event in the free slot:
gws calendar +insert --summary 'Meeting' --attendee [email protected] --attendee [email protected] --start '2024-03-18T14:00:00' --end '2024-03-18T14:30:00'
Más skills de Google
gws-modelarmor-sanitize-response
Google
Google Model Armor: Sanitizar una respuesta del modelo a través de una plantilla de Model Armor.
gws-people
Google
Google People: Administrar contactos y perfiles.
gws-shared
Google
CLI de gws: Patrones compartidos para autenticación, banderas globales y formato de salida.
gws-sheets
Google
Google Sheets: Leer y escribir hojas de cálculo.
gws-sheets-append
Google
Google Sheets: Añadir una fila a una hoja de cálculo.
gws-sheets-read
Google
Google Sheets: Leer valores de una hoja de cálculo.
gws-slides
Google
Google Slides: Leer y escribir presentaciones.
gws-tasks
Google
Google Tasks: Administrar listas de tareas y tareas.