> 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/zh/guan-li-yuan-jiao-luo/third-party-integrations/microsoft-365-calendaring-field-guide/before-you-begin.md).

# 开始前

### 收集所需的账户和访问凭据 <a href="#ibhnxtgz0jcq" id="ibhnxtgz0jcq"></a>

要成功完成本指南中概述的步骤，您将需要以下账户和凭据：

* 一个具有 Exchange Online 管理员权限的 Microsoft 365 管理员账户， **和**:
  * 该账户必须同时具有以下两项的 Exchange Online 管理员权限： **组织管理** 和 **收件人管理**.
  * Microsoft Graph API 应用程序权限需要 Microsoft 365 全局管理员，或具有 Microsoft 365 云应用程序管理员权限的用户，才能将 Zoom 应用程序添加到 Microsoft Entra ID 企业版应用程序中。
  * Microsoft Graph API 应用程序权限至少需要一个 [关联域](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0066259) 与您 Microsoft 365 租户中已验证的自定义域相匹配。
* 一个可访问 Zoom Rooms 的角色。
* 能够列出、创建和管理会议室的日历资源。
* 在 Windows 10 或更高版本，或 Windows Server 2016 或更高版本上使用 Windows PowerShell 的管理员访问权限

### （可选）从较旧的授权方法迁移到 Microsoft Graph API 应用程序权限 <a href="#gt03om1xmyu8" id="gt03om1xmyu8"></a>

对于使用较旧、非 Graph API 方法进行日历集成和授权的配置，请遵循以下支持文章中的说明，标题为 [关于 Microsoft Exchange Web Services + 应用程序模拟支持终止的提前通知](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0077079).

### 配置 Zoom Workplace 权限以匹配 Microsoft Entra ID 用户同意设置 <a href="#id-8cfm0o3hmdv2" id="id-8cfm0o3hmdv2"></a>

集成任何类型的 Microsoft 365 日历与 Zoom 平台的第一步，是配置你的 Zoom 权限，使其与 Microsoft Entra ID（原先称为 Azure Active Directory）的用户同意设置一致。

在您按照本指南中的其余步骤操作时，此过程旨在通过匹配练习来阻止 Zoom 平台与 Entra ID 之间的权限问题。

#### <mark style="color:蓝色;">确定当前 Microsoft Entra ID 用户同意设置</mark> <a href="#sxb5s53zovuk" id="sxb5s53zovuk"></a>

1. 登录到 [Microsoft Azure 管理门户](https://portal.azure.com/) 使用 Microsoft 365 管理员账户。
2. 在 **Azure 服务** 部分，单击 **Microsoft Entra ID** 图标上。
3. 在 **管理** 下拉菜单，单击 **企业版应用程序**.
4. 在“安全”下拉菜单下，单击 **同意和权限**.
5. 请记下 *应用程序的用户同意部分*，它将是以下之一：
   1. 不允许用户同意
   2. 允许来自已验证发布者的应用的用户同意，针对所选权限
   3. 允许用户同意应用

#### <mark style="color:蓝色;">确认用户同意和 Zoom Web门户设置相匹配</mark> <a href="#nic025hbfrx9" id="nic025hbfrx9"></a>

您的组织可以选择限制或允许用户同意设置。Zoom 建议采用简化的权限方法，让用户自行同意 Entra ID 应用。不过，无论您选择哪种方式，您的组织都必须将 Entra ID 选项与 Zoom 管理端上的配对选项对应起来。

如果您已将 Microsoft Entra ID 用户同意设置配置为使用 **不允许用户同意**，或 **允许来自已验证发布者的应用的用户同意，针对所选权限**，则写明以下内容的 Zoom 网页设置 *代表整个账户同意 Office 365 日历集成权限* 必须设置为 **开启**.

![](/files/c69937b346615186a4ecbadd7f0cfef49df6961e)

或者，如果您的用户同意设置配置为 **允许用户同意应用**，然后将该设置 **关闭**.

![](/files/06bfafcc9fd611210bd7eb64e76736ef6f45daef)

### （可选）创建用于与 Microsoft (Office) 365 集成的自定义 Microsoft Entra 应用程序

有关配置自定义应用程序的完整说明，请参阅 Zoom 支持文章 [使用 Office 365 设置 Zoom Rooms](https://support.zoom.com/hc/en/article?id=zm_kb\&sysparm_article=KB0063474).

{% hint style="info" %}
此功能/特性必须 [由 Zoom 启用](https://support.zoom.com/hc/en/contact?id=contact_us).
{% endhint %}


---

# 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/zh/guan-li-yuan-jiao-luo/third-party-integrations/microsoft-365-calendaring-field-guide/before-you-begin.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.
