> For the complete documentation index, see [llms.txt](https://typo.gitbook.io/typo-help-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://typo.gitbook.io/typo-help-docs/getting-started/integrations/google-calendar.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
