public sealed class CalendarExtensionPoint : IMessage<CalendarExtensionPoint>, IEquatable<CalendarExtensionPoint>, IDeepCloneable<CalendarExtensionPoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.Apps.Script.Type class CalendarExtensionPoint.
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, part of the `Google.Apps.Script.Type` namespace, is used to define triggers for calendar add-ons."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors: a default one and another that takes a `CalendarExtensionPoint` object as a parameter for cloning."],["The `CalendarExtensionPoint` class includes a `RunFunction` property, which specifies the endpoint to be executed when the extension point is triggered."],["Version 2.3.0 is the most recent release, but the current reference is to version 2.2.0, with previous versions available as far back as 1.0.0."]]],[]]