Skip to main content
GET
Handle calendar sync OAuth callback

Path Parameters

provider
enum<string>
required

Calendar provider slug.

Available options:
google,
microsoft

Query Parameters

state
string
required

Short-lived state token returned inside the provider authorization URL.

code
string

OAuth authorization code supplied by the provider.

Response

Redirects to the consumer frontend return URL with calendar sync status query parameters.

Last modified on July 19, 2026