> For the complete documentation index, see [llms.txt](https://docs.senseloaf.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senseloaf.ai/sia-chat/sia-for-google-calendar.md).

# SIA for Google Calendar

Book interviews directly from SIA chat. No back-and-forth needed

Without a calendar connected, scheduling an interview means trading emails until a time works for everyone. Connecting Google Calendar lets SIA book interviews outright. It checks your actual availability from your calendar, picks a slot that works, and puts a Google Meet invite on both your calendar and the candidate's, all in one step.

### Connecting Google Calendar

<figure><img src="https://1117388020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGO7J9uIHFkn8y0ZeBqYC%2Fuploads%2FbDT7tEMeU01gQBJZbHkj%2Fgoogle-calendar-connect-flow.gif?alt=media&amp;token=97e6e269-8468-430a-855c-ba5714e39522" alt=""><figcaption><p>Connecting Google Calendar</p></figcaption></figure>

* In Chat, open **Connectors** from the sidebar
* Find the **Google Calendar** card and click **Connect Google Calendar**
* A Google sign-in tab opens — sign in with the account whose calendar you want SIA to use
* Review the permissions Google shows you. This request is for calendar access only, it does not touch Gmail or Drive. Click **Allow**
* You're redirected back to Chat and the card now reads **Connected**

{% hint style="warning" %}
NOTE: Google Calendar, Gmail, and Google Drive are each separate connections. Connecting one doesn't grant the others, and disconnecting one doesn't affect the rest.
{% endhint %}

### What you can do once connected

Once Google Calendar is connected, SIA can look at your real schedule and act on it:

* **Show what's already on your calendar** — for a given day or week, so you know what you're working around before proposing anything
* **Suggest concrete free slots within your working hours** — rather than a random time that may conflict with something else
* **Book the interview with a Google Meet link, and email the invite to the candidate** — all in one step, without you creating the event and separately emailing the details
* **Cancel a booking and notify attendees** — if a call needs to move or fall through, SIA can cancel it and let the candidate and anyone else invited know

#### Try it in SIA Chat

* *"Suggest three 30-minute slots I'm free next week for a first-round call."*
* *"Book Tuesday 3pm with this candidate, add a Meet link and cc the hiring manager."*
* *"What interviews do I have tomorrow?"*

<figure><img src="https://1117388020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGO7J9uIHFkn8y0ZeBqYC%2Fuploads%2FKVbftFrcGRvbJNlMm1CB%2Fgoogle-calendar-usecase-flow.gif?alt=media&amp;token=cba1e189-93d9-422b-9660-105d0d8acc6d" alt=""><figcaption><p>Try it with SIA Chat</p></figcaption></figure>

### A few things to note

SIA proposes times based on your real calendar, but checks with you before anything actually books. Nothing is placed on your calendar or sent to a candidate without your confirmation.

<figure><img src="https://1117388020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGO7J9uIHFkn8y0ZeBqYC%2Fuploads%2F5TpQfb3Vi8w9gYP57Bjy%2Fgoogle-calendar-approve-before-send.gif?alt=media&amp;token=29513e79-4f76-4c17-878c-59bd7ab40976" alt=""><figcaption><p>SIA suggests</p></figcaption></figure>

### Disconnecting Google Calendar

1. Go to **Connectors** in the sidebar
2. On the Google Calendar card, click **Disconnect**


---

# 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.senseloaf.ai/sia-chat/sia-for-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.
