public sealed class CalendarExtensionPoint : IMessage<CalendarExtensionPoint>, IEquatable<CalendarExtensionPoint>, IDeepCloneable<CalendarExtensionPoint>, IBufferMessage, IMessage
Common format for declaring a calendar add-on's triggers.
Implements
IMessage<CalendarExtensionPoint>, IEquatable<CalendarExtensionPoint>, IDeepCloneable<CalendarExtensionPoint>, IBufferMessage, IMessageNamespace
Google.Apps.Script.Type.CalendarAssembly
Google.Apps.Script.Type.dll
Constructors
CalendarExtensionPoint()
public CalendarExtensionPoint()
CalendarExtensionPoint(CalendarExtensionPoint)
public CalendarExtensionPoint(CalendarExtensionPoint other)
Parameter | |
---|---|
Name | Description |
other | CalendarExtensionPoint |
Properties
RunFunction
public string RunFunction { get; set; }
Required. The endpoint to execute when this extension point is activated.
Property Value | |
---|---|
Type | Description |
String |