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

# How To Add Your Google Calendar

{% embed url="<https://youtu.be/mJmVR_dnQBg>" %}

This guide will show you how to add your Google Calendar to Digably.

***

#### 1. Click "Calendar"

From the Digably dashboard navigate to the Calendar section by clicking "Calendar" in the left side menu.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Feqp8kDXzNjWZDhLJF6Zsbr%2Fm3taM5RGCQTEwd7dyoCqKj_doc.png?alt=media&#x26;token=e6c94515-7037-4fc3-adb1-b24895548288" alt=""><figcaption></figcaption></figure>

#### 2. Click "Add New Calendar"

Next, click on "Add New Calendar".

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Feqp8kDXzNjWZDhLJF6Zsbr%2Fpaw5KAHosvpZRDD1NL7xbK_doc.png?alt=media&#x26;token=8bf727f6-82ef-4b9d-a2da-e6803c03c58d" alt=""><figcaption></figcaption></figure>

#### 3. Click "Sign in with Google"

Click on the button that says, "Sign in with Google"

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Feqp8kDXzNjWZDhLJF6Zsbr%2Fqt3ds7XD41eJXKsBmFxfUF_doc.png?alt=media&#x26;token=bebecec5-0f66-47fe-8649-4aad1f8626ea" alt=""><figcaption></figcaption></figure>

#### 4. Choose the Google account you wish to connect

Click the account you wish to add.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Feqp8kDXzNjWZDhLJF6Zsbr%2FpKwAAVRTHz1P2XxUec2fb3_doc.png?alt=media&#x26;token=0bdd0262-bf13-4671-8c91-6ff0ba53a682" alt=""><figcaption></figcaption></figure>

#### 5. Choose "Select all"

Activate the "Select all" checkbox.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Feqp8kDXzNjWZDhLJF6Zsbr%2F1zFb3Az1qFC8xaJbSLvjTM_doc.png?alt=media&#x26;token=1c91df79-6be9-49d5-b065-369ef58a68a7" alt=""><figcaption></figcaption></figure>

#### 6. Click "Continue"

Click the "Continue" button.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Feqp8kDXzNjWZDhLJF6Zsbr%2F2xH4mfSo8f39LW9mtmWndd_doc.png?alt=media&#x26;token=04c514a9-a060-4e90-b2cf-e0242c991638" alt=""><figcaption></figcaption></figure>

#### 7. Your Google Calendar is now connected

Now, you can see your Digably Calendar that is synced with your Google calendar.

<figure><img src="https://static.guidde.com/v0/qg%2FHQszwR5Ai0R6XKJ41Ncm36QSzt22%2Feqp8kDXzNjWZDhLJF6Zsbr%2F9A7zajmmHXWFua7QTm8VZF_doc.png?alt=media&#x26;token=5ba76e88-d2f3-49d1-8c50-48328301bbbd" alt=""><figcaption></figcaption></figure>

This guide covered the process of adding your Google Calendar to Digably. To learn more about how to use the features and functions of the calendar, refer to the "Calendar" section of the Digably help docs.


---

# 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://docs.digably.io/calendar/how-to-add-your-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.
