第 120 章 Google Calendar Stream Component
从 Camel 版本 2.23 开始提供
Google Calendar 组件可以通过 Google Calendar Web API 访问 Calendar。
Google Calendar 使用 OAuth 2.0 协议 来验证 Google 帐户并授权对用户数据的访问权限。在可以使用此组件之前,您需要 创建帐户并生成 OAuth 凭据。凭证由 clientId、clientSecret 和 refreshToken 组成。用于生成较长的 refreshToken 的方便资源是 OAuth 播放。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml 中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-google-calendar</artifactId> <version>2.23.0</version> </dependency>
120.1. URI 格式
Google Calendar 组件使用以下 URI 格式:
google-calendar-stream://index?[options]