Get desktop application:
View/edit binary Protocol Buffers messages
Calendar add-on manifest.
Used in:
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`.
Defines conference solutions provided by this add-on.
An endpoint to execute that creates a URL to the add-on's settings page.
An endpoint to trigger when an event is opened (viewed/edited).
An endpoint to trigger when the open event is updated.
Define the level of data access when an event addon is triggered.
An enum defining the level of data access event triggers require.
Used in:
Default value when nothing is set for EventAccess.
METADATA gives event triggers the permission to access the metadata of events such as event id and calendar id.
READ gives event triggers access to all provided event fields including the metadata, attendees, and conference data.
WRITE gives event triggers access to the metadata of events and the ability to perform all actions, including adding attendees and setting conference data.
READ_WRITE gives event triggers access to all provided event fields including the metadata, attendees, and conference data and the ability to perform all actions.
Common format for declaring a calendar add-on's triggers.
Used in:
Required. The endpoint to execute when this extension point is activated.
Defines conference related values.
Used in:
Required. The endpoint to call when ConferenceData should be created.
Required. IDs should be unique across ConferenceSolutions within one add-on, but this is not strictly enforced. It is up to the add-on developer to assign them uniquely, otherwise the wrong ConferenceSolution may be used when the add-on is triggered. While the developer may change the display name of an add-on, the ID should not be changed.
Required. The display name of the ConferenceSolution.
Required. The URL for the logo image of the ConferenceSolution.