G
Google Calendar Integration
Google Calendar integration for viewing events, creating/updating/deleting events, finding free time, and responding to meeting invitations
WhatIsIt
python scripts/gcal.py create-event "Team Meeting" "2024-01-15T10:00:00Z" "2024-01-15T11:00:00Z"
--description "Weekly sync" --location "Conference Room A"
HowToUse
Authenticate with Google (opens browser):
python scripts/auth.py login
Check authentication status:
python scripts/auth.py status
Logout when needed:
python scripts/auth.py logout
KeyFeatures
- Google Calendar integration for viewing events, creating/updating/deleting events, finding free time, and responding to meeting invitations
- Seamless integration with Claude's development workflow
- Comprehensive guidelines and best practices for google calendar integration