2 Home
gitea_admin edited this page 2026-03-11 14:36:30 +00:00

Google Calendar Source

Receive event data from Google Calendar.

Metadata

Property Value
Type source
Group Google Calendar
Namespace GCP
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
index string An index for the Google Calendar endpoint.
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.

Dependencies

  • camel:jackson
  • camel:google-calendar
  • camel:kamelet