Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Addons
ConferenceDataObject
Interface ConferenceDataObject
See
https://developers.google.com/workspace/add-ons/concepts/event-objects#conference_data
interface
ConferenceDataObject
{
conferenceId
:
string
;
conferenceSolution
:
{
iconUri
:
string
;
key
:
{
type
:
"eventHangout"
|
"eventNamedHangout"
|
"hangoutsMeet"
}
;
name
:
string
;
}
;
entryPoints
:
EntryPointObject
[]
;
notes
:
string
;
parameters
:
{
addOnParameters
:
{
[
key
:
string
]:
string
}
}
;
}
Index
Properties
conference
Id
conference
Solution
entry
Points
notes
parameters
Properties
conference
Id
conferenceId
:
string
conference
Solution
conferenceSolution
:
{
iconUri
:
string
;
key
:
{
type
:
"eventHangout"
|
"eventNamedHangout"
|
"hangoutsMeet"
}
;
name
:
string
;
}
entry
Points
entryPoints
:
EntryPointObject
[]
notes
notes
:
string
parameters
parameters
:
{
addOnParameters
:
{
[
key
:
string
]:
string
}
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conference
Id
conference
Solution
entry
Points
notes
parameters
Google Apps Script API
Loading...
See
https://developers.google.com/workspace/add-ons/concepts/event-objects#conference_data