> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/availability-and-scheduling/calendar-integration.md).

# Calendar Integration

Fotello makes it easy to track your personal appointments by integrating with your Google Calendar. It automatically reads **busy** slots to avoid double-booking so customers won’t see those slots during booking.

Once a booking is confirmed, the appointment is pushed to the your connected Google Calendar automatically.

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

### Connect your Google Calendar

{% stepper %}
{% step %}

#### Open Calendar Integration

Go to **Availability** under your Storefront and click on the **Calendar** tab or use [this link](https://app.fotello.co/dashboard/availability/calendars).
{% endstep %}

{% step %}

#### Connect

Click **Connect** and you will see a pop-up window with sign-in instructions.

Sign in to your Google account and approve access.
{% endstep %}

{% step %}

#### Disconnect or change calendars

You can remove your calendar at any time by clicking the Disconnect button, then connect a different calendar if you want to switch.
{% endstep %}
{% endstepper %}

<div data-full-width="true"><figure><img src="/files/5M0Oesf66ERLiWIbrjsg" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
If your busy slots don't show up on the Order Form as expected, try clicking **Reconnect**. This will fix any expired or broken connections.
{% endhint %}


---

# 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:

```
GET https://uni.fotello.co/availability-and-scheduling/calendar-integration.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.
