generated from camel.apache.org/kamelet
Update wiki Home page for google-calendar-source
parent
b41c28a9be
commit
69cca741aa
41
Home.md
41
Home.md
@ -1,21 +1,34 @@
|
|||||||
# Deploy the Project on CamelX Platform
|
# Google Calendar Source
|
||||||
|
|
||||||
Deploy on CamelX Platform in three steps
|
Receive event data from Google Calendar.
|
||||||
|
|
||||||
## Step 1: Create a release
|
## Metadata
|
||||||
From the project space, click on **"Create a release"**
|
|
||||||
|
|
||||||
The new version is automatically available in the list
|
| Property | Value |
|
||||||
|
|----------|-------|
|
||||||
|
| Type | source |
|
||||||
|
| Group | Google Calendar |
|
||||||
|
| Namespace | GCP |
|
||||||
|
| Support Level | Stable |
|
||||||
|
| Provider | Apache Software Foundation |
|
||||||
|
|
||||||
## Step 2: Deploy
|
## Properties
|
||||||
Click on **"Deploy"**
|
|
||||||
|
|
||||||
- **Version:** Select the desired release
|
| Name | Type | Required | Default | Description |
|
||||||
- **Environment:** Choose `Development`, `Staging`, or `Production`
|
|------|------|----------|---------|-------------|
|
||||||
- **Configuration:** Select the configuration source
|
| `index` | string | ✓ | | An index for the Google Calendar endpoint. |
|
||||||
- **Resources:** Set CPU and Memory
|
| `calendarId` | string | ✓ | | The calendar ID to use as the source of event data. |
|
||||||
|
| `clientId` | string | ✓ | | The Client ID of the Google Calendar application. |
|
||||||
|
| `clientSecret` | string | ✓ | | The Client secret of the Google Calendar application. |
|
||||||
|
| `accessToken` | string | ✓ | | The OAuth 2 access token for the Google Calendar application. This token typically expires after an hour. For long term usage, set the `refreshToken` property. |
|
||||||
|
| `refreshToken` | string | ✓ | | The OAuth 2 refresh token for the Google Calendar application. The Google Calendar component can obtain a new `accessToken` whenever the current one expires. Set this value for long term usage. |
|
||||||
|
| `delay` | integer | | `500` | The number of milliseconds before the next poll. |
|
||||||
|
| `applicationName` | string | ✓ | | The Google Calendar application name. |
|
||||||
|
| `syncFlow` | boolean | | `false` | Specifies to sync events for incremental synchronization. |
|
||||||
|
| `consumeFromNow` | boolean | | `true` | Specfies to consume events in the calendar from now on. |
|
||||||
|
|
||||||
## Step 3: Expose
|
## Dependencies
|
||||||
Enable **"Expose"**
|
|
||||||
|
|
||||||
Choose an **API Gateway** (Internal, Public, etc.)
|
- `camel:jackson`
|
||||||
|
- `camel:google-calendar`
|
||||||
|
- `camel:kamelet`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user