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
string
required
Calendar UUID.
Request headers
string
required
Bearer token. Format:
Bearer talq_your_environment_token_herestring
required
Must be
application/json.Request body
string
required
Provider identifier (returned by your environment configuration).
string
required
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.