> 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/zoom-calendaring-integration-explainer/appendix.md).

# 附录

### 服务和身份验证方法矩阵

<table data-header-hidden="false" data-header-sticky><thead><tr><th></th><th>服务</th><th>认证方式</th><th>Zoom 日历服务存储</th><th>端点在登录时接收</th><th>端点从以下来源检索日历</th></tr></thead><tbody><tr><td><strong>用户日历</strong></td><td>Microsoft 365</td><td>OAuth</td><td>每个用户账户的访问令牌和刷新令牌。</td><td>来自 Zoom 日历服务的访问令牌。</td><td>Microsoft 365</td></tr><tr><td><strong>Exchange Server</strong></td><td>基础版</td><td>每个用户账户的用户名和密码。</td><td>来自 Zoom 日历服务的用户名和密码。</td><td>Exchange Server</td><td></td></tr><tr><td><strong>Google 工作区</strong></td><td>OAuth</td><td>每个用户账户的访问令牌和刷新令牌。</td><td>来自 Zoom 日历服务的访问令牌。</td><td>Google 工作区</td><td></td></tr><tr><td><p><strong>Zoom Rooms</strong></p><p><br></p></td><td>Microsoft 365</td><td>OAuth</td><td>Zoom Rooms 服务账户的访问令牌和刷新令牌。</td><td>来自 Zoom 日历服务的 Zoom Rooms 服务账户访问令牌。</td><td>Microsoft 365</td></tr><tr><td><strong>Exchange Server</strong></td><td>基础版</td><td>Zoom Rooms 服务账户的用户名和密码。</td><td>来自 Zoom 日历服务的 Zoom Rooms 服务账户用户名和密码。</td><td>Exchange Server</td><td></td></tr><tr><td><strong>Google 工作区</strong></td><td>OAuth</td><td>Zoom Rooms 服务账户的访问令牌和刷新令牌。</td><td>来自 Zoom 日历服务的 Zoom Rooms 服务账户访问令牌。</td><td>Google 工作区</td><td></td></tr><tr><td><strong>增强型 API 连接器 (EAC)</strong></td><td>Microsoft 365</td><td>OAuth</td><td>EAC 服务账户的访问令牌和刷新令牌。</td><td>日历数据</td><td>增强型 API 连接器*</td></tr><tr><td><strong>Exchange Server</strong></td><td>基础版</td><td>EAC 服务账户的用户名和密码。</td><td>日历数据</td><td>增强型 API 连接器*</td><td></td></tr><tr><td><strong>Google 工作区</strong></td><td>OAuth</td><td>EAC 服务账户的访问令牌和刷新令牌。</td><td>日历数据</td><td>增强型 API 连接器*</td><td></td></tr></tbody></table>

{% hint style="info" %}
\*EAC 端点从 EAC 获取其日历数据，而 EAC 又从 Zoom 日历服务获取其日历数据。换句话说，EAC 服务及其关联端点不会连接到 Microsoft 365、Exchange 或 Google 工作区。
{% 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/zoom-calendaring-integration-explainer/appendix.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.
