cURL
curl --request GET \ --url https://api.trillet.ai/v1/api/gcal/install \ --header 'x-api-key: <api-key>' \ --header 'x-workspace-id: <x-workspace-id>'
{ "url": "https://accounts.google.com/o/oauth2/v2/auth?client_id=...&redirect_uri=...&scope=...&state=..." }
Get the Google Calendar OAuth authorization URL to connect your Google Calendar.