recipe-batch-invite-to-event by googleworkspace/cli
npx skills add https://github.com/googleworkspace/cli --skill recipe-batch-invite-to-event前提条件: 执行此配方需加载以下技能:
gws-calendar
向现有的 Google 日历活动添加参与者列表并发送通知。
gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'gws calendar events patch --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' --json '{"attendees": [{"email": "alice@company.com"}, {"email": "bob@company.com"}, {"email": "carol@company.com"}]}'gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'每周安装次数
5.4K
代码仓库
GitHub 星标数
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
22.3K
首次出现
2026年3月4日
安全审计
安装于
codex5.2K
opencode5.2K
gemini-cli5.2K
cursor5.2K
github-copilot5.2K
kimi-cli5.2K
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar
Add a list of attendees to an existing Google Calendar event and send notifications.
gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'gws calendar events patch --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' --json '{"attendees": [{"email": "alice@company.com"}, {"email": "bob@company.com"}, {"email": "carol@company.com"}]}'gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'Weekly Installs
5.4K
Repository
GitHub Stars
22.3K
First Seen
Mar 4, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex5.2K
opencode5.2K
gemini-cli5.2K
cursor5.2K
github-copilot5.2K
kimi-cli5.2K
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装