{ "name": "google-calendar", "version": "1.0.0", "description": "Google Calendar 集成 - 读取和写入用户日程", "author": "OpenClaw Team", "enabled": true, "commands": [ { "name": "calendar", "description": "日历管理命令", "handler": "google_calendar.handle_calendar_command", "usage": "/calendar [参数]", "examples": [ "/calendar today", "/calendar tomorrow", "/calendar add 明天 14:00 开会" ] } ], "config": { "credentials_path": "/root/.openclaw/credentials/google-calendar.json", "timezone": "Asia/Shanghai", "calendar_id": "primary" }, "dependencies": [ "google-auth", "google-api-python-client" ] }