# Google Calendar

#### Connect Google Calendar

1. Navigate to **Settings → Integrations**
2. Click **Connect** next to **Google Calendar**
3. A pop-up will open—follow the steps below to configure domain-wide delegation

#### Steps to Configure Domain-Wide Delegation (Google Workspace)

**Step 1: Log in to Admin Console**\
Go to: <https://admin.google.com/>\
Log in using your **Google Workspace Admin account**

**Step 2: Navigate to Domain-wide Delegation**\
From the left sidebar, go to:\
**Security → API Controls → Domain-wide delegation**

**Step 3: Add New API Client**\
Click **Add new**\
If prompted, enable API access or accept initial setup prompts

**Step 4: Configure Service Account**\
Enter the following Client ID:\
`113099790011467575123`

Add the following OAuth scopes:

* <https://www.googleapis.com/auth/calendar.readonly>
* <https://www.googleapis.com/auth/calendar.events>
* <https://www.googleapis.com/auth/admin.directory.user.readonly>
* <https://www.googleapis.com/auth/calendar.settings.readonly>

**Step 5: Save Configuration**\
Click **Authorize / Save**\
Ensure the client appears in the list of API clients

Once domain-wide delegation is configured:\
Enter your **Google Workspace Admin Email ID** in the pop-up and click **Connect**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://typo.gitbook.io/typo-help-docs/getting-started/integrations/google-calendar.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
