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
- Label
- Which calendar?
- Slug
- calendar_id
- Required
- true
- Can have default value
- false
- 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)
- 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)
- 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)
- 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)
- Label
- All day?
- Slug
- all_day
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleMeet.createMeeting.setAllDay(string: allDay)
- 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)
- Label
- Location
- Slug
- location
- Required
- false
- Can have default value
- true
- Filter code method
- GoogleMeet.createMeeting.setLocation(string: location)
- 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)