Adds a ConferenceParameter to this ConferenceData. The maximum number of parameters per ConferenceData is 300. https://developers.google.com/apps-script/reference/conference-data/conference-data-builder#addConferenceParameter(ConferenceParameter)
The parameter to add.
Adds an EntryPoint to this ConferenceData. The maximum number of entry points per ConferenceData is 300. https://developers.google.com/apps-script/reference/conference-data/conference-data-builder#addEntryPoint(EntryPoint)
The entry point to add.
Builds and validates the ConferenceData. https://developers.google.com/apps-script/reference/conference-data/conference-data-builder#build()
Sets the conference ID of this ConferenceData. The maximum length for this field is 512 characters. https://developers.google.com/apps-script/reference/conference-data/conference-data-builder#setConferenceId(String)
The ID to set.
Sets the conference solution ID defined in the addon's manifest. The value must be specified and populates conference's name and iconUrl values.
Note that the field is required for GSuite add-ons whereas it's ignored for Conferencing add-ons https://developers.google.com/apps-script/reference/conference-data/conference-data-builder#setConferenceSolutionId(String)
The ID matching the manifest.
Sets the ConferenceError of this ConferenceData, indicating that the conference was not successfully created. https://developers.google.com/apps-script/reference/conference-data/conference-data-builder#setError(ConferenceError)
The error to set.
Sets the additional notes of this ConferenceData, such as instructions from the administrator or legal notices. Can contain HTML. The maximum length for this field is 2048 characters. https://developers.google.com/apps-script/reference/conference-data/conference-data-builder#setNotes(String)
The additional notes to set.
Builder for creating for ConferenceData objects.