Google.Apps.Script.Type - Class CalendarExtensionPoint (2.3.0)

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.

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