> 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/technical-library/sv/admin-hornan/third-party-integrations/microsoft-365-calendaring-field-guide/introduction.md).

# Introduktion

När du integrerar Microsoft 365:s kalenderfunktioner med Zoom-plattformen kan din organisation förbättra mötes- och kalenderhanteringen i Zoom Workplace-applikationen, Zoom Rooms eller konferensrum från tredje part. Observera att Microsoft 365, tidigare Office 365, fortfarande kallas Office 365 inom Zoom-plattformen och i vissa ytterligare Supportartiklar.

För Zoom Rooms och konferensrum från tredje part kan användare schemalägga möten till Microsoft 365-rumresursen, vilket möjliggör anslutning med ett tryck och automatiskt synkroniserade scheman i rummet under hela arbetsdagen.

För personliga kalendrar kan användare se sina Microsoft 365-kalenderhändelser direkt i Zoom Workplace app via kalenderfliken eller sidofältet, medan funktioner som tvåvägs kalender-synkronisering kan synkronisera och schemalägga möten från Zoom-webbportal direkt till deras Outlook-kalendrar, eller tvärtom.

För att utföra en eller flera av dessa installationsprocesser kommer användarna av denna guide att arbeta med följande behörigheter, inställningar och system för att aktivera kalendertjänster:

* Microsoft Entra ID (tidigare kallat Azure Active Directory) inställningar för användares medgivande
* Microsoft Exchange Online
* Microsoft Graph API (MGAPI)
* Microsoft PowerShell
* Zoom Calendar och kontakt inställningar för användarens samtycke
* Zoom förbättrat API-anslutningsprogram


---

# 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/technical-library/sv/admin-hornan/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.
