> 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 の始め方

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

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

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

これらのセットアップ手順のうち1つ以上を実行するために、このガイドのユーザーは、予定表サービスを有効にするために、以下の権限、設定、およびシステムを使用します:

* Microsoft Entra ID（旧称：Azure Active Directory）ユーザーの同意 設定
* Microsoft Exchange Online
* Microsoft Graph 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.
