recipe-share-event-materials

recipe-share-event-materials

熱門

將 Google Drive 檔案分享給 Google 日曆活動的所有參與者。

2.9萬星標
1669分支
更新於 2026/3/31
SKILL.md
readonlyread-only
name
recipe-share-event-materials
description

將 Google Drive 檔案分享給 Google 日曆活動的所有參與者。

與會議參與者分享檔案

先決條件: 載入以下技能以執行此配方:gws-calendargws-drive

將 Google Drive 檔案分享給 Google 日曆活動的所有參與者。

步驟

  1. 取得活動參與者:gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}'
  2. 與每位參與者分享檔案:gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "attendee@company.com"}'
  3. 驗證分享設定:gws drive permissions list --params '{"fileId": "FILE_ID"}' --format table