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-04-17 UTC."],[[["The `ConferenceSolution` class defines values related to conference solutions and is part of the `Google.Apps.Script.Type.Calendar` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling and cloning."],["The `ConferenceSolution` class includes properties like `Id`, `LogoUrl`, `Name`, and `OnCreateFunction`, which are all required and are used to define key aspects of the conference solution."],["The latest version available for this class is 2.3.0, and there are other versions available from 1.0.0 to 2.2.0, with version 1.0.0 detailing the properties and constructors."],["This class can be constructed using a default constructor, or by using an existing instance of the `ConferenceSolution` class as a parameter."]]],[]]