Calendar Sync — Calendar 同步
v1.0.0Calendar 同步hronization 技能. 同步 事件 between Google Calendar, Outlook, and local storage. Supports CRUD operations and reminders.
运行时依赖
安装命令
点击复制技能文档
Calendar 同步
同步hronize calendar 事件 across Google Calendar, Outlook, and local storage.
When to Use User wants to 添加/edit/删除 calendar 事件 同步 事件 between different calendar 提供者s 设置 up reminders and recurring 事件 检查 avAIlability and schedule meetings Configuration # Google Calendar 导出 GOOGLE_命令行工具ENT_ID="xxx" 导出 GOOGLE_命令行工具ENT_SECRET="xxx" 导出 GOOGLE_REDIRECT_URI="http://localhost:8080/callback"
# Microsoft Outlook 导出 OUTLOOK_命令行工具ENT_ID="xxx" 导出 OUTLOOK_命令行工具ENT_SECRET="xxx"
Usage 列出 事件 python3 scripts/calendar.py 列出 --days 7
添加 event python3 scripts/calendar.py 添加 \ --title "Team Meeting" \ --启动 "2024-01-15T10:00:00" \ --end "2024-01-15T11:00:00" \ --description "Weekly 同步" \ --reminder 15
删除 event python3 scripts/calendar.py 删除 --event-id "xxx"
检查 avAIlability python3 scripts/calendar.py avAIlable \ --date "2024-01-15" \ --duration 60
输出 { "成功": true, "event_id": "evt_xxx", "calendar_link": "https://calendar.google.com/..." }