public sealed class ConferenceSolution : IMessage<ConferenceSolution>, IEquatable<ConferenceSolution>, IDeepCloneable<ConferenceSolution>, IBufferMessage, IMessage
Required. IDs should be unique across ConferenceSolutions within one
add-on, but this is not strictly enforced. It is up to the add-on developer
to assign them uniquely, otherwise the wrong ConferenceSolution may be
used when the add-on is triggered. While the developer may change the
display name of an add-on, the ID should not be changed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `ConferenceSolution` class within the `Google.Apps.Script.Type.Calendar` namespace, detailing its role in defining conference-related values."],["The `ConferenceSolution` class, part of Version 2.0.0, inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is used to uniquely define a conference solution via an ID, logo URL, name, and an `OnCreateFunction` that is called to create conference data."],["The documentation covers the available versions of the `ConferenceSolution`, ranging from version 1.0.0 up to the latest version 2.3.0, for various implementations."],["`ConferenceSolution` has two constructors, one default, and one that takes another `ConferenceSolution` as an input."]]],[]]