Interface GoogleCalendarEndpointBuilderFactory.GoogleCalendarBuilders

    • Method Detail

      • googleCalendar

        default GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder googleCalendar​(String path)
        Google Calendar (camel-google-calendar) Perform various operations on a Google Calendar. Category: api,cloud Since: 2.15 Maven coordinates: org.apache.camel:camel-google-calendar Syntax: google-calendar:apiName/methodName Path parameter: apiName (required) What kind of operation to perform The value can be one of: ACL, LIST, CALENDARS, CHANNELS, COLORS, FREEBUSY, EVENTS, SETTINGS Path parameter: methodName (required) What sub operation to use for the selected operation The value can be one of: calendarImport, clear, delete, get, insert, instances, list, move, patch, query, quickAdd, stop, update, watch
        Parameters:
        path - apiName/methodName
      • googleCalendar

        default GoogleCalendarEndpointBuilderFactory.GoogleCalendarEndpointBuilder googleCalendar​(String componentName,
                                                                                                  String path)
        Google Calendar (camel-google-calendar) Perform various operations on a Google Calendar. Category: api,cloud Since: 2.15 Maven coordinates: org.apache.camel:camel-google-calendar Syntax: google-calendar:apiName/methodName Path parameter: apiName (required) What kind of operation to perform The value can be one of: ACL, LIST, CALENDARS, CHANNELS, COLORS, FREEBUSY, EVENTS, SETTINGS Path parameter: methodName (required) What sub operation to use for the selected operation The value can be one of: calendarImport, clear, delete, get, insert, instances, list, move, patch, query, quickAdd, stop, update, watch
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - apiName/methodName