> 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/ja/kn/third-party-integrations/microsoft-365-calendaring-field-guide/introduction.md).

# はじめに

Microsoft 365 のカレンダー機能を Zoom プラットフォームと統合すると、組織は Zoom Workplace アプリケーション、Zoom Rooms、またはサードパーティのカンファレンスルームから、ミーティングとカレンダーの管理を強化できます。なお、Microsoft 365（以前の Office 365）は、Zoom プラットフォーム内および一部の追加のサポート記事では、引き続き Office 365 と表記されます。

Zoom Roomsおよびサードパーティの会議室では、ユーザーはMicrosoft 365の部屋リソースに会議をスケジュールでき、ワンタッチ参加が可能になり、勤務時間中を通して部屋内でスケジュールが自動的に同期されます。

個人用カレンダーでは、ユーザーは Zoom Workplace アプリ内のカレンダータブまたはサイドバーから、Microsoft 365 のカレンダーイベントをネイティブに確認できます。また、双方向カレンダー同期などの機能により、Zoomウェブポータルから Outlook カレンダーへ直接ミーティングを自動的に同期およびスケジュールしたり、その逆を行ったりできます。

これらのセットアップ手順の1つ以上を実行するには、このガイドのユーザーは、カレンダー機能を有効にするために、以下の権限、設定、およびシステムを使用します。

* Microsoft Entra ID（以前は Azure Active Directory と呼ばれていた）ユーザーの同意 設定
* Microsoft Exchange Online
* Microsoft グラフ API (MGAPI)
* Microsoft PowerShell
* Zoom Calendarと連絡先ユーザー同意設定
* Zoom 強化 API コネクタ


---

# 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/ja/kn/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.
