Skip to main content
GET
/
v4
/
calendar-connections
/
auth
/
{provider}
/
callback
OAuth callback handler
curl --request GET \
  --url https://api.example.com/v4/calendar-connections/auth/{provider}/callback

Path Parameters

provider
enum<string>
required

Calendar provider handling callback

Available options:
google,
outlook,
icloud,
caldav,
exchange,
smart-we,
ics

Query Parameters

code
string

OAuth authorization code from provider

state
string

OAuth state parameter for security

error
string

Error code if OAuth failed

Response