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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eConferenceSolution\u003c/code\u003e class documentation is 2.3.0, with versions available back to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eConferenceSolution\u003c/code\u003e is a sealed class within the \u003ccode\u003eGoogle.Apps.Script.Type.Calendar\u003c/code\u003e namespace, designed to define conference-related values.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering methods like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eConferenceSolution\u003c/code\u003e include \u003ccode\u003eId\u003c/code\u003e, \u003ccode\u003eLogoUrl\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, and \u003ccode\u003eOnCreateFunction\u003c/code\u003e, all of which are string types and are required fields for the object to work.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default constructor \u003ccode\u003eConferenceSolution()\u003c/code\u003e, and another that takes a \u003ccode\u003eConferenceSolution\u003c/code\u003e object as a parameter \u003ccode\u003eConferenceSolution(ConferenceSolution other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google.Apps.Script.Type - Class ConferenceSolution (2.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.0 (latest)](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Calendar.ConferenceSolution)\n- [2.2.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.2.0/Google.Apps.Script.Type.Calendar.ConferenceSolution)\n- [2.1.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.1.0/Google.Apps.Script.Type.Calendar.ConferenceSolution)\n- [2.0.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.0.0/Google.Apps.Script.Type.Calendar.ConferenceSolution)\n- [1.1.0](/dotnet/docs/reference/Google.Apps.Script.Type/1.1.0/Google.Apps.Script.Type.Calendar.ConferenceSolution)\n- [1.0.0](/dotnet/docs/reference/Google.Apps.Script.Type/1.0.0/Google.Apps.Script.Type.Calendar.ConferenceSolution) \n\n public sealed class ConferenceSolution : IMessage\u003cConferenceSolution\u003e, IEquatable\u003cConferenceSolution\u003e, IDeepCloneable\u003cConferenceSolution\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google.Apps.Script.Type class ConferenceSolution.\n\nDefines conference related values. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ConferenceSolution \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ConferenceSolution](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Calendar.ConferenceSolution), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ConferenceSolution](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Calendar.ConferenceSolution), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ConferenceSolution](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Calendar.ConferenceSolution), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Apps.Script.Type.Calendar](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Calendar)\n\nAssembly\n--------\n\nGoogle.Apps.Script.Type.dll\n\nConstructors\n------------\n\n### ConferenceSolution()\n\n public ConferenceSolution()\n\n### ConferenceSolution(ConferenceSolution)\n\n public ConferenceSolution(ConferenceSolution other)\n\nProperties\n----------\n\n### Id\n\n public string Id { get; set; }\n\nRequired. IDs should be unique across ConferenceSolutions within one\nadd-on, but this is not strictly enforced. It is up to the add-on developer\nto assign them uniquely, otherwise the wrong ConferenceSolution may be\nused when the add-on is triggered. While the developer may change the\ndisplay name of an add-on, the ID should not be changed.\n\n### LogoUrl\n\n public string LogoUrl { get; set; }\n\nRequired. The URL for the logo image of the ConferenceSolution.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The display name of the ConferenceSolution.\n\n### OnCreateFunction\n\n public string OnCreateFunction { get; set; }\n\nRequired. The endpoint to call when ConferenceData should be created."]]