Access the Google Calendar API in 2 minutes 💨
Create an integration
Authorize Google Calendar
Call the Google Calendar API
curl "https://api.nango.dev/proxy/calendar/v3/users/me/calendarList?maxResults=10" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"