Provider Connections
Create Provider Connection
Connect a calendar to an external provider
POST
Create Provider Connection
Initiate a connection between a calendar and an external calendar provider. The OAuth flow is completed via a redirect URL returned in the response.Endpoint
Path parameters
Calendar UUID.
Request headers
Bearer token. Format:
Bearer talq_your_environment_token_hereMust be
application/json.Request body
Provider identifier (returned by your environment configuration).
URL the provider will redirect to after the user authorizes access.
Examples
Response
Notes
- After the user completes the OAuth flow at
authorization_url, the connection becomes active and the first sync runs automatically.