airbyte-connectors
airbyte-connectors copied to clipboard
Airbyte documentation about Google Calendar Connector is gone
In the Google Calendar Source README, there's this link to Airbyte's doc: https://docs.airbyte.io/integrations/sources/googlecalendar
However it doesn't exist anymore.
Where can we find more information about the Google Calendar Connector?
Thank you :)
It wasn't yet published on their docs site. You can use it by adding a customer connector source - https://docs.airbyte.com/operator-guides/using-custom-connectors/#4-use-your-custom-connector-in-airbyte with this image farosai/airbyte-googlecalendar-source
(https://hub.docker.com/r/farosai/airbyte-googlecalendar-source)
You would then be able to create a connection with Google Calendar source. You will need to provide client email, private key and calendar id to fetch the events from. Spec for the reference.
Alternatively you can run a the source without an Airbyte server using our Airbyte local cli - https://github.com/faros-ai/airbyte-local-cli
Cheers!