public sealed class CalendarExtensionPoint : IMessage<CalendarExtensionPoint>, IEquatable<CalendarExtensionPoint>, IDeepCloneable<CalendarExtensionPoint>, IBufferMessage, IMessage
Common format for declaring a calendar add-on's triggers.
[[["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 `CalendarExtensionPoint` class, which is used for declaring triggers in calendar add-ons within the Google.Apps.Script.Type namespace."],["The `CalendarExtensionPoint` class, found in the Google.Apps.Script.Type.dll assembly, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has two constructors: a default constructor and one that takes another `CalendarExtensionPoint` instance as a parameter."],["The `RunFunction` property, a string type, is a required endpoint that is activated when this extension point is triggered."],["The page documents multiple versions of the `CalendarExtensionPoint`, including the latest version (2.3.0) and older versions down to 1.0.0, allowing users to reference specific past iterations."]]],[]]