> For the complete documentation index, see [llms.txt](https://academy.vambe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.vambe.ai/asistentes-de-agendamiento/google-calendar-y-outlook-calendar/como-iniciar-sesion-y-vincular-google-calendar-en-vambe.md).

# Cómo iniciar sesión y vincular Google Calendar en Vambe

En este artículo aprenderás cómo iniciar sesión y vincular tu cuenta de Google Calendar en Vambe, paso necesario para que la plataforma pueda sincronizar agendas, eventos y automatizaciones relacionadas con calendario.

{% stepper %}
{% step %}

### Paso 1: Ingresar a Ajustes

* Ingresa a tu cuenta de **Vambe**.
* Dirígete a la esquina **inferior izquierda**.
* Haz clic en **Ajustes**.
  {% endstep %}

{% step %}

### Paso 2: Acceder a Integraciones

* Dentro de Ajustes, selecciona **Integraciones**.
* Busca y haz clic en **Google Calendar**.

![](/files/345e3b1ab402c46f60b42121635ab9ca928593bf)
{% endstep %}

{% step %}

### Paso 3: Agregar una cuenta de Google Calendar

* Si no tienes ninguna cuenta vinculada, haz clic en **Agregar cuenta**.

![](/files/cc13be5212a8fb1048c90a44fb0cf0a4134850f7)

* Luego, selecciona **Conectar**.
* Se abrirá una ventana de Google.
* Elige la cuenta de Google que deseas vincular.
* Acepta los permisos solicitados por Google.

![](/files/ef3db043a9f67352ebb8e3500121629c9f7e0f46)

{% hint style="info" %}
Estos permisos son necesarios para que Vambe pueda leer y gestionar eventos del calendario según las configuraciones que definas más adelante.
{% endhint %}
{% endstep %}

{% step %}

### Paso 4: Recargar y verificar la conexión

* Una vez aceptados los permisos, volverás automáticamente a Vambe.
* **Recarga la página completa** (muy importante).
* Ingresa nuevamente a **Ajustes → Integraciones → Google Calendar**.
* Si la cuenta aparece listada, significa que la conexión fue exitosa.

![](/files/547089554e2e7b741540f07b636fdbc79f5febb9)
{% endstep %}
{% endstepper %}

## Resultado

✅ Tu cuenta de **Google Calendar ya está vinculada correctamente en Vambe**.

A partir de ahora, podrás usarla en flujos de agendamiento, automatizaciones y sincronización de eventos según tu configuración.


---

# 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://academy.vambe.ai/asistentes-de-agendamiento/google-calendar-y-outlook-calendar/como-iniciar-sesion-y-vincular-google-calendar-en-vambe.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.
