> For the complete documentation index, see [llms.txt](https://guides.accentvoice.com/accent-meetings-user-guide-ios-android/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.accentvoice.com/accent-meetings-user-guide-ios-android/calendar/connect-your-calendar.md).

# Connect Your Calendar

The Accent Meetings app provides the ability to integrate your personal Google or Microsoft 365 calendar into the application for quick access to your day's meetings and events.  Connecting your personal calendar is not required to use the app.  However, it will make joining scheduled meetings and events very easy to join via the app.&#x20;

## Connect Calendar

To connect a calendar to the app choose the appropriate sign-in option from the Calendar screen.  Supported calendar providers are Google and Microsoft 365.

{% hint style="info" %}
**Note:** You can connect both a Google and Microsoft 365 calendar to the app simultaneously and meetings from both calendars will appear.  A maximum of two calendars, one from each provider, may be connected simultaneously. &#x20;
{% endhint %}

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

Once a calendar provider is chosen you will be asked to authenticate with that provider via your unique user credentials. You must authorize the Accent App to access your calendar and information from that provider. Once authorization is confirmed your calendar will be integrated into the app.

![](/files/JibDcvInEspqLp5niH3w)

Upon connecting your calendar to the Accent app you will see your meetings and calendar events for the day presented within the [Today's Events](/accent-meetings-user-guide-ios-android/calendar/calendar.md) section.

## Disconnect Your Calendar

At any time you may disconnect your calendar from the app via the Integrations section of the App Menu.  Under Integrations simply choose the disconnect calendar option for the appropriate calendar, this will automatically remove the calendar integration from the app.


---

# 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://guides.accentvoice.com/accent-meetings-user-guide-ios-android/calendar/connect-your-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.
