recipe-create-meet-space

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Create a Google Meet Conference

创建Google Meet会议

PREREQUISITE: Load the following skills to execute this recipe:
gws-meet
,
gws-gmail
Create a Google Meet meeting space and share the join link.
前提条件: 加载以下技能以执行此方案:
gws-meet
gws-gmail
创建Google Meet会议空间并分享加入链接。

Steps

步骤

  1. Create meeting space:
    gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'
  2. Copy the meeting URI from the response
  3. Email the link:
    gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'
  1. 创建会议空间:
    gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'
  2. 从响应结果中复制会议URI
  3. 发送邮件分享链接:`gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'