---
title: "Get Google Auth Url"
method: GET
path: "/calendar/connect/google"
tags: ["Calendar"]
---

# Get Google Auth Url

`GET /calendar/connect/google`

Get Google OAuth URL for connecting calendar.

## Query parameters

- `return_url` string, nullable — Return URL for the OAuth callback

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- GoogleAuthUrlResult — Response with Google OAuth URL.
  - `auth_url` string, required — Google OAuth URL for authorization

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nomi/apis/fastapi.md) · [All operations](https://skmtc.dev/nomi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nomi/fastapi/revisions/63a2f545499c/schema)
