> For the complete documentation index, see [llms.txt](https://docs.rox.com/development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rox.com/development/product/integrations/calendar.md).

# Calendar

Rox supports connecting your Google Workspace Calendar or your Microsoft O365 Calendar. By connecting your calendar, you’ll be able to leverage Pre-Meeting Briefs, which deliver timely, account-specific insights before every scheduled meeting—helping you walk in prepared with context that matters.

## Connecting Google Calendar

{% embed url="<https://www.loom.com/share/67137f11c5d242cbb419233d287919ef>" %}

**How to Connect Your Calendar**

1. Go to Integrations:
   * From the Home page in Rox, click on the Settings tab.
   * Navigate to the Integrations section.
2. Choose Your Calendar Provider:
   * If you use Outlook, select the Outlook integration.
   * If you use Google Calendar, select the Google integration.
3. Initiate the Connection:
   * Click the Connect button next to your calendar provider.
   * Select the account you wish to connect.
4. Authorize Access:
   * Click Allow to grant Rox permission to access your calendar.
5. You’re All Set!
   * Once authorized, your calendar is connected, and Rox can begin delivering pre-meeting briefs tailored to your upcoming events.

## Connecting Outlook

* Navigate to the Rox Settings page and then the integrations tab (instructions in the section above). &#x20;
* Click on "Connect" in the Outlook Calendar tile
* You'll have to provide consent for Rox to be able to use AI to generate pre-meeting briefings

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

* On the Microsoft consent page authorize Rox to access your calendar
* If successful you'll be redirected to Rox and see the "Connected" button


---

# 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.rox.com/development/product/integrations/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.
