Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 935 Bytes

UpdateMeetingRequest.md

File metadata and controls

12 lines (10 loc) · 935 Bytes

GongAPI::UpdateMeetingRequest

Properties

Name Type Description Notes
end_time String The meeting end time in ISO-8601 format (e.g., '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC). [optional]
external_id String The ID as it is formed on the external system. [optional]
invitees Array<MeetingInvitee> A list of email addresses of invitees to the event (not including the organizer).
organizer_email String The email address of the user who created the meeting. [optional]
start_time String The meeting start time in ISO-8601 format (e.g., '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC). [optional]
title String Title of the event. [optional]