public sealed class ConferenceSolution : IMessage<ConferenceSolution>, IEquatable<ConferenceSolution>, IDeepCloneable<ConferenceSolution>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class ConferenceSolution.
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."],[[["The latest version of the `ConferenceSolution` class documentation is 2.3.0, with versions available back to 1.0.0."],["`ConferenceSolution` is a sealed class within the `Google.Apps.Script.Type.Calendar` namespace, designed to define conference-related values."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods like `GetHashCode`, `GetType`, and `ToString`."],["Key properties of `ConferenceSolution` include `Id`, `LogoUrl`, `Name`, and `OnCreateFunction`, all of which are string types and are required fields for the object to work."],["The class has two constructors: a default constructor `ConferenceSolution()`, and another that takes a `ConferenceSolution` object as a parameter `ConferenceSolution(ConferenceSolution other)`."]]],[]]