faros-ai / airbyte-connectors

Airbyte connectors (sources & destinations) + Airbyte CDK for JavaScript/TypeScript
Apache License 2.0
106 stars 61 forks source link

Airbyte documentation about Google Calendar Connector is gone #774

Open JayJayM opened 1 year ago

JayJayM commented 1 year ago

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 :)

tovbinm commented 1 year ago

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)

tovbinm commented 1 year ago

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.

tovbinm commented 1 year ago

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!