$npx -y skills add googleworkspace/cli --skill recipe-create-meet-spaceCreate a Google Meet meeting space and share the join link.
| 1 | # Create a Google Meet Conference |
| 2 | |
| 3 | > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-meet`, `gws-gmail` |
| 4 | |
| 5 | Create a Google Meet meeting space and share the join link. |
| 6 | |
| 7 | ## Steps |
| 8 | |
| 9 | 1. Create meeting space: `gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'` |
| 10 | 2. Copy the meeting URI from the response |
| 11 | 3. Email the link: `gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'` |