This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new dc1c110 Regen dc1c110 is described below commit dc1c11045e6f9875cd243c5bb31eb01fddb68572 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Sep 12 09:16:21 2018 +0200 Regen --- .../src/main/docs/google-calendar-stream-component.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc b/components/camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc index b6ee4a7e..84ecdb4 100644 --- a/components/camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc +++ b/components/camel-google-calendar/src/main/docs/google-calendar-stream-component.adoc @@ -120,7 +120,7 @@ with the following path and query parameters: === Spring Boot Auto-Configuration -The component supports 13 options, which are listed below. +The component supports 15 options, which are listed below. @@ -130,9 +130,11 @@ The component supports 13 options, which are listed below. | *camel.component.google-calendar-stream.client-factory* | The client Factory. The option is a org.apache.camel.component.google.calendar.GoogleCalendarClientFactory type. | | String | *camel.component.google-calendar-stream.configuration.access-token* | OAuth 2 access token. This typically expires after an hour so refreshToken is recommended for long term usage. | | String | *camel.component.google-calendar-stream.configuration.application-name* | Google Calendar application name. Example would be camel-google-calendar/1.0 | | String -| *camel.component.google-calendar-stream.configuration.calendar-summary-name* | Calendar Summary name to use | primary | String +| *camel.component.google-calendar-stream.configuration.calendar-summary-name* | Calendar Summary Name to use | primary | String | *camel.component.google-calendar-stream.configuration.client-id* | Client ID of the mail application | | String | *camel.component.google-calendar-stream.configuration.client-secret* | Client secret of the mail application | | String +| *camel.component.google-calendar-stream.configuration.consider-last-update* | Take into account the lastUpdate of the last event polled as start date for the next poll | false | Boolean +| *camel.component.google-calendar-stream.configuration.consume-from-now* | Consume events in the selected calendar from now on | true | Boolean | *camel.component.google-calendar-stream.configuration.index* | Specifies an index for the endpoint | | String | *camel.component.google-calendar-stream.configuration.max-results* | Max results to be returned | 10 | Integer | *camel.component.google-calendar-stream.configuration.query* | The query to execute on calendar | | String