> For the complete documentation index, see [llms.txt](https://doc.nextbot.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.nextbot.ru/functional/integrations/google-kalendar.md).

# Google Календарь

Интеграция с Google Календарем позволяет ИИ-агенту автоматически создавать, напоминать, удалять события, а также запрашивать информацию о доступном времени из расписания на выбранную дату или период. Вы можете использовать голосовые команды для создания, добавления событий или проверки расписания.\\

<h2 align="center"><strong>Видеоурок:</strong> Google Календарь</h2>

Команда Nextbot подготовила видеоурок о Google Календарь с пошаговым руководством по его внедрению в ваш бизнес.

**Посмотреть на YouTube:** <https://www.youtube.com/watch?v=R0ta37jwxCo>\
**Посмотреть на Rutube:** <https://rutube.ru/video/95b37aeb96441d398152275c4122e808/>

## Подключение

Перейдите в [Интеграции - Google Календарь](https://app.nextbot.ru/integrations?tab=GoogleCalendarSettings). Подключить.

<figure><img src="/files/MCtiWoUTlNNICo1h9Niw" alt="" width="563"><figcaption></figcaption></figure>

Выберите нужный аккаунт.

<figure><img src="/files/vSWzmMeoZR1wW6mO5a0O" alt="" width="375"><figcaption></figcaption></figure>

Предоставить доступ к своему аккаунту. Нажмите "Выбрать всё" и "Продолжить"

<figure><img src="/files/LASvkStIJToUFA62rojy" alt="" width="375"><figcaption></figcaption></figure>

### **Настройки**

После подключения необходимо выбрать опцию «**Передача текущей даты**», чтобы ИИ-агент не допускал ошибок при создании записей.

ИИ-агент использует текущую дату для предоставления актуальной информации. Например, если вы запрашиваете события на сегодня или ближайшие дни, знание текущей даты позволяет ИИ точно определить, какие события вам показать.<br>

<figure><img src="/files/UbaAZw1HaYO0X26e9FsC" alt=""><figcaption></figcaption></figure>

### **Календари**

Выбрать нужные календари.

<figure><img src="/files/7Kwa5eBIhCoLC3UMZvL8" alt="" width="563"><figcaption></figcaption></figure>

Для добавления нового календаря нужно перейти в [Google Календарь](https://calendar.google.com). Перейти в раздел **Мои календари** - **Создать календарь**. Ввести название календаря, по желанию описание и выбрать часовой пояс - **Создать календарь**.

<div><figure><img src="/files/FrjtQEH6PXOtUPhctHqv" alt=""><figcaption></figcaption></figure> <figure><img src="/files/qn2vTkKZkCIVBajp81ch" alt=""><figcaption></figcaption></figure> <figure><img src="/files/gMCawA49IOec9KLN1rNa" alt=""><figcaption></figcaption></figure></div>


---

# 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://doc.nextbot.ru/functional/integrations/google-kalendar.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.
