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."],[[["The `CalendarExtensionPoint` class, found in version 2.0.0, is used to declare triggers for calendar add-ons and is part of the `Google.Apps.Script.Type.Calendar` namespace."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support messaging, equality checks, deep cloning, and buffer handling."],["The `CalendarExtensionPoint` class offers two constructors: a default constructor and another that allows creating a copy from an existing `CalendarExtensionPoint` object."],["The `RunFunction` property within the `CalendarExtensionPoint` class specifies the necessary endpoint that executes upon the activation of the respective extension point."]]],[]]