Google Calendar

Discover more about the Google Calendar connector and how to use it on the Digibee Integration Platform.

Important information:

  • This documentation is currently available only in English but will soon be translated into Portuguese.

  • The content is under revision and may change. We appreciate your understanding as we work to improve the documentation.

Perform various operations on a Google Calendar.

Parameters

Take a look at the configuration options for the component. Parameters supported by Double Braces expressions are marked with (DB).

Required Tab

ParameterDescriptionDefault valueData type

Dynamic Account

When activated, the connector will use the account dynamically. When deactivated, it’ll use the account statically.

false

boolean

Account Name (DB)

The name of the account that is generated dynamically via the Store Account connector.

string

Account

Sets the account to be used by the connector.

N/A

account

Api Name

What kind of operation to perform

string

Method Name

What sub operation to use for the selected operation

string

Fail On Error

If true will stop pipeline with an error, if false will let the pipeline continue but the output will show a property success with value false

false

boolean

Optional Tab

ParameterDescriptionDefault valueData type

Application Name (DB)

Google calendar application name. Example would be camel-google-calendar/1.0

N/A

string

Client Id (DB)

Client ID of the calendar application

N/A

string

Delegate (DB)

Delegate for wide-domain service account

N/A

string

In Body (DB)

Sets the name of a parameter to be passed in the exchange In Body

N/A

string

Scopes (DB)

Specifies the level of permissions you want a calendar application to have to a user account. You can separate multiple scopes by comma. See https://developers.google.com/google-apps/calendar/auth for more info.

https://www.googleapis.com/auth/calendar

JSON

Successful executions should output at least a property "success": true

Last updated