ComposeMeetingParams interface
Compose meeting parameters
Properties
attendees | An array of email addresses, user name, or user id of the attendees to invite to the meeting. |
content | The body content of the meeting. |
end |
The end time of the meeting in MM/DD/YYYY HH:MM:SS format. |
start |
The start time of the meeting in MM/DD/YYYY HH:MM:SS format. |
subject | The subject line of the meeting. |
Property Details
attendees
An array of email addresses, user name, or user id of the attendees to invite to the meeting.
attendees?: string[]
Property Value
string[]
content
The body content of the meeting.
content?: string
Property Value
string
endTime
The end time of the meeting in MM/DD/YYYY HH:MM:SS format.
endTime?: string
Property Value
string
startTime
The start time of the meeting in MM/DD/YYYY HH:MM:SS format.
startTime?: string
Property Value
string
subject
The subject line of the meeting.
subject?: string
Property Value
string