recipe-create-meet-space
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCreate a Google Meet Conference
创建Google Meet会议
PREREQUISITE: Load the following skills to execute this recipe:,gws-meetgws-gmail
Create a Google Meet meeting space and share the join link.
前提条件: 加载以下技能以执行此方案:、gws-meetgws-gmail
创建Google Meet会议空间并分享加入链接。
Steps
步骤
- Create meeting space:
gws meet spaces create --json '{"config": {"accessType": "OPEN"}}' - Copy the meeting URI from the response
- Email the link:
gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'
- 创建会议空间:
gws meet spaces create --json '{"config": {"accessType": "OPEN"}}' - 从响应结果中复制会议URI
- 发送邮件分享链接:`gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'