blob: 0ea1a9a3f53b1338bed1c015f1fdbec31afdd5b2 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.googlecalendarsource.CamelGooglecalendarsourceSourceConnector",
"artifactId": "camel-google-calendar-source-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-google-calendar-source-source",
"type": "source",
"version": "1.1.0-SNAPSHOT",
"description": "Receive data from Google Calendar."
},
"properties": {
"camel.kamelet.google-calendar-source.index": {
"name": "camel.kamelet.google-calendar-source.index",
"description": "An index for the google calendar endpoint",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-calendar-source.calendarId": {
"name": "camel.kamelet.google-calendar-source.calendarId",
"description": "The calendar ID to be used as events source",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-calendar-source.clientId": {
"name": "camel.kamelet.google-calendar-source.clientId",
"description": "Client ID of the calendar application",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-calendar-source.clientSecret": {
"name": "camel.kamelet.google-calendar-source.clientSecret",
"description": "Client Secret of the calendar application",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-calendar-source.accessToken": {
"name": "camel.kamelet.google-calendar-source.accessToken",
"description": "OAuth 2 access token for google calendar application. This typically expires after an hour so refreshToken is recommended for long term usage.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-calendar-source.refreshToken": {
"name": "camel.kamelet.google-calendar-source.refreshToken",
"description": "OAuth 2 refresh token for google calendar application. Using this, the Google Calendar component can obtain a new accessToken whenever the current one expires - a necessity if the application is long-lived.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-calendar-source.delay": {
"name": "camel.kamelet.google-calendar-source.delay",
"description": "Milliseconds before the next poll",
"defaultValue": "500",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.google-calendar-source.applicationName": {
"name": "camel.kamelet.google-calendar-source.applicationName",
"description": "Google Calendar application name",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.google-calendar-source.syncFlow": {
"name": "camel.kamelet.google-calendar-source.syncFlow",
"description": "Sync events for incremental synchronization",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.google-calendar-source.consumeFromNow": {
"name": "camel.kamelet.google-calendar-source.consumeFromNow",
"description": "Consume events in the selected calendar from now on",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
}
}
}