- 2.53.0 (latest)
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.6
- 2.2.1
- 2.1.12
public interface CalendarAddOnManifestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConferenceSolution(int index)
public abstract ConferenceSolution getConferenceSolution(int index)
Defines conference solutions provided by this add-on.
repeated .google.apps.script.type.calendar.ConferenceSolution conference_solution = 3;
Name | Description |
index | int |
Type | Description |
ConferenceSolution |
getConferenceSolutionCount()
public abstract int getConferenceSolutionCount()
Defines conference solutions provided by this add-on.
repeated .google.apps.script.type.calendar.ConferenceSolution conference_solution = 3;
Type | Description |
int |
getConferenceSolutionList()
public abstract List<ConferenceSolution> getConferenceSolutionList()
Defines conference solutions provided by this add-on.
repeated .google.apps.script.type.calendar.ConferenceSolution conference_solution = 3;
Type | Description |
List<ConferenceSolution> |
getConferenceSolutionOrBuilder(int index)
public abstract ConferenceSolutionOrBuilder getConferenceSolutionOrBuilder(int index)
Defines conference solutions provided by this add-on.
repeated .google.apps.script.type.calendar.ConferenceSolution conference_solution = 3;
Name | Description |
index | int |
Type | Description |
ConferenceSolutionOrBuilder |
getConferenceSolutionOrBuilderList()
public abstract List<? extends ConferenceSolutionOrBuilder> getConferenceSolutionOrBuilderList()
Defines conference solutions provided by this add-on.
repeated .google.apps.script.type.calendar.ConferenceSolution conference_solution = 3;
Type | Description |
List<? extends com.google.apps.script.type.calendar.ConferenceSolutionOrBuilder> |
getCreateSettingsUrlFunction()
public abstract String getCreateSettingsUrlFunction()
An endpoint to execute that creates a URL to the add-on's settings page.
string create_settings_url_function = 5;
Type | Description |
String | The createSettingsUrlFunction. |
getCreateSettingsUrlFunctionBytes()
public abstract ByteString getCreateSettingsUrlFunctionBytes()
An endpoint to execute that creates a URL to the add-on's settings page.
string create_settings_url_function = 5;
Type | Description |
ByteString | The bytes for createSettingsUrlFunction. |
getCurrentEventAccess()
public abstract CalendarAddOnManifest.EventAccess getCurrentEventAccess()
Define the level of data access when an event addon is triggered.
.google.apps.script.type.calendar.CalendarAddOnManifest.EventAccess current_event_access = 12;
Type | Description |
CalendarAddOnManifest.EventAccess | The currentEventAccess. |
getCurrentEventAccessValue()
public abstract int getCurrentEventAccessValue()
Define the level of data access when an event addon is triggered.
.google.apps.script.type.calendar.CalendarAddOnManifest.EventAccess current_event_access = 12;
Type | Description |
int | The enum numeric value on the wire for currentEventAccess. |
getEventOpenTrigger()
public abstract CalendarExtensionPoint getEventOpenTrigger()
An endpoint to trigger when an event is opened (viewed/edited).
.google.apps.script.type.calendar.CalendarExtensionPoint event_open_trigger = 10;
Type | Description |
CalendarExtensionPoint | The eventOpenTrigger. |
getEventOpenTriggerOrBuilder()
public abstract CalendarExtensionPointOrBuilder getEventOpenTriggerOrBuilder()
An endpoint to trigger when an event is opened (viewed/edited).
.google.apps.script.type.calendar.CalendarExtensionPoint event_open_trigger = 10;
Type | Description |
CalendarExtensionPointOrBuilder |
getEventUpdateTrigger()
public abstract CalendarExtensionPoint getEventUpdateTrigger()
An endpoint to trigger when the open event is updated.
.google.apps.script.type.calendar.CalendarExtensionPoint event_update_trigger = 11;
Type | Description |
CalendarExtensionPoint | The eventUpdateTrigger. |
getEventUpdateTriggerOrBuilder()
public abstract CalendarExtensionPointOrBuilder getEventUpdateTriggerOrBuilder()
An endpoint to trigger when the open event is updated.
.google.apps.script.type.calendar.CalendarExtensionPoint event_update_trigger = 11;
Type | Description |
CalendarExtensionPointOrBuilder |
getHomepageTrigger()
public abstract HomepageExtensionPoint getHomepageTrigger()
Defines an endpoint that will be executed contexts that don't
match a declared contextual trigger. Any cards generated by this function
will always be available to the user, but may be eclipsed by contextual
content when this add-on declares more targeted triggers.
If present, this overrides the configuration from
addOns.common.homepageTrigger
.
.google.apps.script.type.HomepageExtensionPoint homepage_trigger = 6;
Type | Description |
HomepageExtensionPoint | The homepageTrigger. |
getHomepageTriggerOrBuilder()
public abstract HomepageExtensionPointOrBuilder getHomepageTriggerOrBuilder()
Defines an endpoint that will be executed contexts that don't
match a declared contextual trigger. Any cards generated by this function
will always be available to the user, but may be eclipsed by contextual
content when this add-on declares more targeted triggers.
If present, this overrides the configuration from
addOns.common.homepageTrigger
.
.google.apps.script.type.HomepageExtensionPoint homepage_trigger = 6;
Type | Description |
HomepageExtensionPointOrBuilder |
hasEventOpenTrigger()
public abstract boolean hasEventOpenTrigger()
An endpoint to trigger when an event is opened (viewed/edited).
.google.apps.script.type.calendar.CalendarExtensionPoint event_open_trigger = 10;
Type | Description |
boolean | Whether the eventOpenTrigger field is set. |
hasEventUpdateTrigger()
public abstract boolean hasEventUpdateTrigger()
An endpoint to trigger when the open event is updated.
.google.apps.script.type.calendar.CalendarExtensionPoint event_update_trigger = 11;
Type | Description |
boolean | Whether the eventUpdateTrigger field is set. |
hasHomepageTrigger()
public abstract boolean hasHomepageTrigger()
Defines an endpoint that will be executed contexts that don't
match a declared contextual trigger. Any cards generated by this function
will always be available to the user, but may be eclipsed by contextual
content when this add-on declares more targeted triggers.
If present, this overrides the configuration from
addOns.common.homepageTrigger
.
.google.apps.script.type.HomepageExtensionPoint homepage_trigger = 6;
Type | Description |
boolean | Whether the homepageTrigger field is set. |