> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/admin-corner/third-party-integrations/microsoft-365-calendaring-field-guide/introduction.md).

# Introduction

When integrating Microsoft 365 calendaring with the Zoom platform, your organization can enhance meeting and calendar management from the Zoom Workplace application, Zoom Rooms, or third-party conference rooms. Please note that Microsoft 365, formerly Office 365, is still referred to as Office 365 within the Zoom platform and in some additional support articles.

For Zoom Rooms and third-party conferencing rooms, users can schedule meetings to the Microsoft 365 room resource, enabling one-touch joining and automatically synchronized schedules within the room throughout the workday.

For personal calendars, users can see their Microsoft 365 calendar events natively within the Zoom Workplace app through the Calendar tab or sidebar, while features like bi-directional calendar sync can automatically synchronize and schedule meetings from the Zoom web portal directly to their Outlook calendars, or vice versa.

To perform one or more of these setup processes, users of this guide will engage with the following permissions, settings, and systems to enable calendaring services:

* Microsoft Entra ID (formerly called Azure Active Directory) user consent settings
* Microsoft Exchange Online
* Microsoft Graph API (MGAPI)
* Microsoft PowerShell
* Zoom Calendar and Contact user consent settings
* Zoom Enhanced API Connector


---

# 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://library.zoom.com/admin-corner/third-party-integrations/microsoft-365-calendaring-field-guide/introduction.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.
