Short answer: You can create google meet in Google Meet by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Meet Create Google Meet action to a workflow, map its 6 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Title summary | string | Required | – |
Description description | string | Optional | – |
Start (ISO 8601) start | string | Required | 2026-05-11T10:00:00Z |
End (ISO 8601) end | string | Required | – |
Attendee Emails attendees_emails | array | Optional | – |
Calendar ID calendar_id | string | Optional | – |
{"summary": "{{trigger.summary}}","description": "{{trigger.description}}","start": "2026-05-11T10:00:00Z","end": "{{trigger.end}}","attendees_emails": "{{trigger.attendees_emails}}"}
{"id": "evt_abc","htmlLink": "https://calendar.google.com/calendar/...","hangoutLink": "https://meet.google.com/abc-defg-hij","conferenceData": {"entryPoints": [{"uri": "https://meet.google.com/abc-defg-hij","entryPointType": "video"}]}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.