Interface GoogleCalendarClientFactory
- All Known Implementing Classes:
BatchGoogleCalendarClientFactory
public interface GoogleCalendarClientFactory
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.calendar.CalendarmakeClient(String clientId, String clientSecret, Collection<String> scopes, String applicationName, String refreshToken, String accessToken, String emailAddress, String p12FileName, String user) com.google.api.services.calendar.CalendarmakeClient(org.apache.camel.CamelContext camelContext, String serviceAccountKey, Collection<String> scopes, String applicationName, String delegate)
-
Method Details
-
makeClient
-
makeClient
com.google.api.services.calendar.Calendar makeClient(org.apache.camel.CamelContext camelContext, String serviceAccountKey, Collection<String> scopes, String applicationName, String delegate)
-