> For the complete documentation index, see [llms.txt](https://guides.mangoapps.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.mangoapps.com/integrations-guide/events/integration-with-outlook-calendar.md).

# Integration with Outlook Calendar

### Overview

Streamline your workflow by pushing MangoApps events directly into your Microsoft 365 or Outlook Calendar. This ensures you never miss a company meeting or team event while managing your daily inbox.

The Outlook integration is a Real-Time One-Way Sync from MangoApps to Outlook.

* Events created or updated in MangoApps are automatically pushed to the user's Outlook calendar.
* Attendees added to the MangoApps event will receive standard Outlook meeting invitations.

{% hint style="warning" %}
This integration does not include Polls/Ballots, Tasks, Milestones, or Holidays. Use the Webcal feed if you need these items to appear in Outlook.

Some rich text formatting in descriptions may be simplified to ensure compatibility with the Outlook interface.
{% endhint %}

***

### What Data is Synced?

MangoApps ensures all relevant meeting data carries over to your Microsoft environment:

* **Meeting Details**: Event titles, descriptions, and locations.
* **Conferencing**: Meeting links (Teams, Zoom, etc.) are preserved in the event body.
* **Recurrence**: Repeating event rules and reminder settings are synchronized.
* **Attachments**: Rather than uploading files to Outlook, MangoApps includes direct links to the relevant files in the event description to ensure version control.

***

### Administrator Setup

Admins can configure the sync via the **Admin Portal > Integrations > Built-In Integrations > Meeting Apps**.

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

* **Technical Requirements**: This requires an Azure app registration with `Calendars.ReadWrite` permissions and admin consent granted within your Microsoft 365 tenant.
* **Customization**: Admins can choose specific event types to sync, such as Meetings, Company Events, or Custom Events.
* **Sync Frequency**: Sync triggers immediately upon event changes, supported by background sync intervals (5 minutes to 4 hours).
* **Multi-Account Support**: Organizations can manage multiple Outlook accounts independently, enabling or disabling them as needed.


---

# 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.mangoapps.com/integrations-guide/events/integration-with-outlook-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.
