A beginner's guide
Explore Plans
Mobile menu Close menu
Google MeetGoogle Meet

Create meeting

This action will create a new Google Meet meeting.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will create a new Google Meet meeting.
API endpoint slug
google_meet.create_meeting
Filter code method
GoogleMeet.createMeeting.skip(string?: reason)
Runtime method
runAction("google_meet.create_meeting", {})

Action fields

Calendar ID Dropdown list

Label
Which calendar?
Slug
calendar_id
Required
true
Can have default value
false

Summary Text input > Title

Label
Summary
Helper text
The summary of the event.
Slug
summary
Required
false
Can have default value
true
Filter code method
GoogleMeet.createMeeting.setSummary(string: summary)

Description Text input > Long text

Label
Description
Helper text
The description of the event.
Slug
description
Required
false
Can have default value
true
Filter code method
GoogleMeet.createMeeting.setDescription(string: description)

Start date time Text input > ISO 8601 date and time

Label
Start Date and Time
Helper text
The start date and time of the event.
Slug
start_date_time
Required
true
Can have default value
true
Filter code method
GoogleMeet.createMeeting.setStartDateTime(string: startDateTime)

End date time Text input > ISO 8601 date and time

Label
End Date and Time
Helper text
The end date and time of the event.
Slug
end_date_time
Required
true
Can have default value
true
Filter code method
GoogleMeet.createMeeting.setEndDateTime(string: endDateTime)

All day Dropdown list

Label
All day?
Slug
all_day
Required
false
Can have default value
true
Filter code method
GoogleMeet.createMeeting.setAllDay(string: allDay)

Attendee emails Text input > Other

Label
Attendee Emails
Helper text
The email addresses of the attendees, comma separated.
Slug
attendee_emails
Required
false
Can have default value
true
Filter code method
GoogleMeet.createMeeting.setAttendeeEmails(string: attendeeEmails)

Location Text input > Other

Label
Location
Slug
location
Required
false
Can have default value
true
Filter code method
GoogleMeet.createMeeting.setLocation(string: location)

Send notifications Dropdown list

Label
Send notifications to attendees?
Helper text
Defaults to "no".
Slug
send_notifications
Required
false
Can have default value
true
Filter code method
GoogleMeet.createMeeting.setSendNotifications(string: sendNotifications)