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, which is part of the `Google.Apps.Script.Type.Calendar` namespace in version 1.1.0."],["The `ConferenceSolution` class defines properties such as `Id`, `LogoUrl`, `Name`, and `OnCreateFunction` that are essential for conference-related values and configurations."],["This class has implemented several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the system."],["The `ConferenceSolution` class can be constructed using either a parameterless constructor or one that takes another `ConferenceSolution` instance as an argument to create a new object with the same values."],["The page also contains links to all previous version's documentations, dating back to version 1.0.0 and going up to the most current version, 2.3.0."]]],[]]