google-calendar-automation
Automate Google Calendar with Claude Code
Manage your Google Calendar programmatically through Claude Code. Create events, check availability, manage attendees, and sync calendars without leaving your development workflow.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans ParamĂštres â CapacitĂ©s â Skills â Importer un skill
Activez et commencez Ă utiliser
Tester
Utilisation de "google-calendar-automation". Create a meeting tomorrow at 3pm called 'Code Review'
Résultat attendu:
Event created successfully: 'Code Review' on 2026-02-26 at 15:00:00 in America/Los_Angeles timezone. Event ID: abc123xyz
Utilisation de "google-calendar-automation". Find free slots this Friday for 1 hour
Résultat attendu:
Found 3 available slots: 9:00-10:00 AM, 2:00-3:00 PM, and 4:30-5:30 PM on 2026-02-27
Utilisation de "google-calendar-automation". Search for all 'Sprint' events this month
Résultat attendu:
- Sprint Planning - Feb 1, 10:00 AM
- Sprint Review - Feb 15, 2:00 PM
- Sprint Retro - Feb 15, 4:00 PM
Audit de sécurité
SûrStatic analysis detected 125 potential issues, all of which are false positives from markdown code formatting. The skill is documentation-only (SKILL.md) with no executable code. The 'external_commands' detections are backticks used for markdown code spans like `GOOGLECALENDAR_CREATE_EVENT`. The single network reference is a legitimate MCP endpoint configuration URL. No security risks identified.
Facteurs de risque
âïž Commandes externes (8)
đ AccĂšs rĂ©seau (1)
Score de qualité
Ce que vous pouvez construire
Schedule Development Sprints
Create recurring sprint planning events, automatically add team members, and find time slots that work for everyone.
Calendar-Driven Task Automation
Check availability before scheduling meetings, avoid conflicts, and maintain a clean calendar workflow.
Team Meeting Coordination
Find common free slots across multiple calendars, add attendees, and send meeting invitations.
Essayez ces prompts
Create a Google Calendar event tomorrow at 2pm PST called 'Team Standup' that lasts 30 minutes.
Find all available time slots between 9am and 5pm tomorrow that are at least 1 hour long.
Search for events titled 'Sprint Review' and add john@example.com as an attendee.
Check availability for next week across my primary calendar and work calendar, then find a 2-hour free slot.
Bonnes pratiques
- Always call RUBE_SEARCH_TOOLS first to verify MCP connection and get current tool schemas
- Use IANA timezone identifiers like 'America/New_York' instead of abbreviations like 'EST'
- Specify dates in ISO 8601 format (YYYY-MM-DDTHH:MM:SS) rather than natural language
- Search for events by title first to get the event_id before updating or deleting
Ăviter
- Do not use natural language dates like 'tomorrow' or 'next week' in API calls
- Do not set event_duration_minutes to 60 or higher; use event_duration_hour instead
- Do not assume event titles can be used as identifiers; always search to get event_id
- Do not use UTC timestamps (ending in 'Z') for local date queries without timezone offset
Foire aux questions
Does this skill work without the Rube MCP server?
Can I use natural language dates like 'tomorrow at 3pm'?
How do I add attendees by name instead of email?
Why does my event show at the wrong time?
What is the difference between PATCH_EVENT and UPDATE_EVENT?
Can this skill create Google Meet links automatically?
Détails du développeur
Auteur
sickn33Licence
MIT
DépÎt
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/google-calendar-automationRéf
main
Structure de fichiers
đ SKILL.md