Class CalendarExtensionPoint (2.0.0)

public sealed class CalendarExtensionPoint : IMessage<CalendarExtensionPoint>, IEquatable<CalendarExtensionPoint>, IDeepCloneable<CalendarExtensionPoint>, IBufferMessage, IMessage

Common format for declaring a calendar add-on's triggers.

Inheritance

Object > CalendarExtensionPoint

Namespace

Google.Apps.Script.Type.Calendar

Assembly

Google.Apps.Script.Type.dll

Constructors

CalendarExtensionPoint()

public CalendarExtensionPoint()

CalendarExtensionPoint(CalendarExtensionPoint)

public CalendarExtensionPoint(CalendarExtensionPoint other)
Parameter
NameDescription
otherCalendarExtensionPoint

Properties

RunFunction

public string RunFunction { get; set; }

Required. The endpoint to execute when this extension point is activated.

Property Value
TypeDescription
String