public sealed class CalendarAddOnManifest : IMessage<CalendarAddOnManifest>, IEquatable<CalendarAddOnManifest>, IDeepCloneable<CalendarAddOnManifest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class CalendarAddOnManifest.
public HomepageExtensionPoint HomepageTrigger { get; set; }
Defines an endpoint that will be executed contexts that don't
match a declared contextual trigger. Any cards generated by this function
will always be available to the user, but may be eclipsed by contextual
content when this add-on declares more targeted triggers.
If present, this overrides the configuration from
addOns.common.homepageTrigger.
[[["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 \u003ccode\u003eCalendarAddOnManifest\u003c/code\u003e class is used to define the manifest for a Calendar add-on, including its behavior and integration points within Google Calendar.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, showcasing its role in handling message structures and data manipulation.\u003c/p\u003e\n"],["\u003cp\u003eKey properties within \u003ccode\u003eCalendarAddOnManifest\u003c/code\u003e include \u003ccode\u003eConferenceSolution\u003c/code\u003e, \u003ccode\u003eCreateSettingsUrlFunction\u003c/code\u003e, \u003ccode\u003eCurrentEventAccess\u003c/code\u003e, \u003ccode\u003eEventOpenTrigger\u003c/code\u003e, \u003ccode\u003eEventUpdateTrigger\u003c/code\u003e, and \u003ccode\u003eHomepageTrigger\u003c/code\u003e, which control the add-on's conference solutions, settings page URL, event data access, and trigger endpoints.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this documentation available, including the latest version 2.3.0 as well as previous versions going back to 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCalendarAddOnManifest\u003c/code\u003e class inherits members such as GetHashCode(), GetType(), and ToString() from the object class, and has it's own constructors, like CalendarAddOnManifest() and CalendarAddOnManifest(CalendarAddOnManifest other).\u003c/p\u003e\n"]]],[],null,["# Google.Apps.Script.Type - Class CalendarAddOnManifest (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.CalendarAddOnManifest)\n- [2.2.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.2.0/Google.Apps.Script.Type.Calendar.CalendarAddOnManifest)\n- [2.1.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.1.0/Google.Apps.Script.Type.Calendar.CalendarAddOnManifest)\n- [2.0.0](/dotnet/docs/reference/Google.Apps.Script.Type/2.0.0/Google.Apps.Script.Type.Calendar.CalendarAddOnManifest)\n- [1.1.0](/dotnet/docs/reference/Google.Apps.Script.Type/1.1.0/Google.Apps.Script.Type.Calendar.CalendarAddOnManifest)\n- [1.0.0](/dotnet/docs/reference/Google.Apps.Script.Type/1.0.0/Google.Apps.Script.Type.Calendar.CalendarAddOnManifest) \n\n public sealed class CalendarAddOnManifest : IMessage\u003cCalendarAddOnManifest\u003e, IEquatable\u003cCalendarAddOnManifest\u003e, IDeepCloneable\u003cCalendarAddOnManifest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google.Apps.Script.Type class CalendarAddOnManifest.\n\nCalendar add-on manifest. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CalendarAddOnManifest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CalendarAddOnManifest](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Calendar.CalendarAddOnManifest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CalendarAddOnManifest](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Calendar.CalendarAddOnManifest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CalendarAddOnManifest](/dotnet/docs/reference/Google.Apps.Script.Type/latest/Google.Apps.Script.Type.Calendar.CalendarAddOnManifest), [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### CalendarAddOnManifest()\n\n public CalendarAddOnManifest()\n\n### CalendarAddOnManifest(CalendarAddOnManifest)\n\n public CalendarAddOnManifest(CalendarAddOnManifest other)\n\nProperties\n----------\n\n### ConferenceSolution\n\n public RepeatedField\u003cConferenceSolution\u003e ConferenceSolution { get; }\n\nDefines conference solutions provided by this add-on.\n\n### CreateSettingsUrlFunction\n\n public string CreateSettingsUrlFunction { get; set; }\n\nAn endpoint to execute that creates a URL to the add-on's settings page.\n\n### CurrentEventAccess\n\n public CalendarAddOnManifest.Types.EventAccess CurrentEventAccess { get; set; }\n\nDefine the level of data access when an event addon is triggered.\n\n### EventOpenTrigger\n\n public CalendarExtensionPoint EventOpenTrigger { get; set; }\n\nAn endpoint to trigger when an event is opened (viewed/edited).\n\n### EventUpdateTrigger\n\n public CalendarExtensionPoint EventUpdateTrigger { get; set; }\n\nAn endpoint to trigger when the open event is updated.\n\n### HomepageTrigger\n\n public HomepageExtensionPoint HomepageTrigger { get; set; }\n\nDefines an endpoint that will be executed contexts that don't\nmatch a declared contextual trigger. Any cards generated by this function\nwill always be available to the user, but may be eclipsed by contextual\ncontent when this add-on declares more targeted triggers.\n\nIf present, this overrides the configuration from\n`addOns.common.homepageTrigger`."]]