Google Agenda ad-hoc

VérifiéSûr

Wrapper pour inspecter les réunions Google Agenda et créer des événements en brouillon puis confirmés.

Spar Skills Guide Bot
ProductiviteIntermédiaire
1026/07/2026
Claude Code
#google-calendar#calendar-management#event-scheduling#cli-tool

Recommandé pour

Notre avis

Permet de consulter les réunions Google Calendar et de créer des événements, d'abord en brouillon puis confirmés.

Points forts

  • Authentification par compte séparé (personnel, professionnel)
  • Recherche et listage d'événements sur plusieurs jours
  • Création de brouillons avant confirmation définitive

Limites

  • Nécessite une authentification préalable via ligne de commande
  • Dépend d'un script Python dans un environnement virtuel
  • Ne gère pas les événements récurrents
Quand l'utiliser

Quand vous avez besoin d'automatiser la consultation ou la création d'événements Google Calendar depuis Claude Code.

Quand l'éviter

Si vous préférez une intégration directe via API sans passer par un script CLI local.

Analyse de sécurité

Sûr
Score qualité85/100

This skill file is purely documentation; it explains how to run local Python scripts for Google Calendar tasks. It contains no executable instructions or commands that pose any risk when the skill is read or used by an AI agent.

Aucun point d'attention détecté

Exemples

List upcoming meetings
List my Google Calendar meetings for the next 14 days using the private account.
Create a draft event
Create a draft meeting titled 'Project Sync' starting on 2026-03-12 at 10:00 AM for one hour in my private calendar.

name: "adhoc-gcal" description: "Wrapper skill: inspect Google Calendar meetings and create draft-confirmed events."

Ad-hoc Google Calendar

This is a Claude Code mirror of adhoc_gcal from .agents/skills/. Original source: .agents/skills/adhoc_gcal/SKILL.md Skill class: adhoc

This is a wrapper skill for the repo automation in 90_System/Skills/adhoc_gcal/.

Scope

  • List/search upcoming meetings
  • Inspect one event
  • Create local meeting drafts and confirm them into real calendar events

Run (from the vault repo root)

  • Authenticate:
    • .\.venv\Scripts\python.exe 90_System\Skills\adhoc_gcal\adhoc_gcal.py auth --account private
  • List meetings:
    • .\.venv\Scripts\python.exe 90_System\Skills\adhoc_gcal\adhoc_gcal.py list --account both --days 14
  • Create a draft:
    • .\.venv\Scripts\python.exe 90_System\Skills\adhoc_gcal\adhoc_gcal.py create-meeting-draft --account private --title "Planning" --start "2026-03-12T10:00:00+01:00"
  • Full docs:
    • 90_System/Skills/adhoc_gcal/SKILL.md
Skills similaires