gws-calendar
仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
封装完整日历 API,适合构建自动排期与日程同步工作流。
▸ 风险提示
依赖 Google Workspace 授权,需注意权限边界与隐私。
这个 Skill 做什么
全面管理 Google 日历与事件,支持列出、创建、更新等操作。
管理 Google Calendar 的日历和事件,能列出、创建、更新和查询空闲时间等操作。日常排期、同步日程或自动化会议安排时会用到。支持多日历、多账户和脚本化调用,方便把日历功能集成到自动化流程里。
▸ 展开 SKILL.md 英文原文
Google Calendar: Manage calendars and events.
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-calendar/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-calendar/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# calendar (v3) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws calendar <resource> <method> [flags] ``` ## Helper Commands | Command | Description | |---------|-------------| | [`+insert`](../gws-calendar-insert/SKILL.md) | create a new event | | [`+agenda`](../gws-calendar-agenda/SKILL.md) | Show upcoming events across all calendars | ## API Resources ### acl - `delete` — Deletes an access control rule. - `get` — Returns an access control rule. - `insert` — Creates an access control rule. - `list` — Returns the rules in the access control list for the calendar. - `
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有