jpeng-calendar-sync
Installation
SKILL.md
Calendar Sync
Synchronize calendar events across Google Calendar, Outlook, and local storage.
When to Use
- User wants to add/edit/delete calendar events
- Sync events between different calendar providers
- Set up reminders and recurring events
- Check availability and schedule meetings
Configuration
# Google Calendar
export GOOGLE_CLIENT_ID="xxx"
export GOOGLE_CLIENT_SECRET="xxx"
export GOOGLE_REDIRECT_URI="http://localhost:8080/callback"