# 付録

### サービスと認証方法のマトリクス

| <p><br></p>                  | サービス          | 認証方法                                         | Zoom カレンダーサービスの保存内容                                  | エンドポイントがサインイン時に受け取るもの                              | エンドポイントがカレンダーを取得する元 |
| ---------------------------- | ------------- | -------------------------------------------- | ---------------------------------------------------- | -------------------------------------------------- | ------------------- |
| <p>ユーザーのカレンダー</p><p><br></p> | Microsoft 365 | OAuth                                        | 各ユーザー アカウントのアクセス トークンとリフレッシュ トークン。                   | Zoom カレンダーサービスからのアクセス トークン。                        | Microsoft 365       |
| Exchange Server              | ベーシック         | 各ユーザー アカウントのユーザー名とパスワード。                     | Zoom カレンダーサービスからのユーザー名とパスワード。                        | Exchange Server                                    |                     |
| Google ワークスペース               | OAuth         | 各ユーザー アカウントのアクセス トークンとリフレッシュ トークン。           | Zoom カレンダーサービスからのアクセス トークン。                          | Google ワークスペース                                     |                     |
| <p>Zoom Rooms</p><p><br></p> | Microsoft 365 | OAuth                                        | Zoom Rooms サービス アカウントのアクセス トークンとリフレッシュ トークン。         | Zoom カレンダーサービスからの Zoom Rooms サービス アカウント用アクセス トークン。 | Microsoft 365       |
| Exchange Server              | ベーシック         | Zoom Rooms サービス アカウントのユーザー名とパスワード。           | Zoom カレンダーサービスからの Zoom Rooms サービス アカウントのユーザー名とパスワード。 | Exchange Server                                    |                     |
| Google ワークスペース               | OAuth         | Zoom Rooms サービス アカウントのアクセス トークンとリフレッシュ トークン。 | Zoom カレンダーサービスからの Zoom Rooms サービス アカウント用アクセス トークン。   | Google ワークスペース                                     |                     |
| Enhanced API コネクタ（EAC）       | Microsoft 365 | OAuth                                        | EAC サービス アカウントのアクセス トークンとリフレッシュ トークン。                | カレンダーデータ                                           | Enhanced API コネクタ\* |
| Exchange Server              | ベーシック         | EAC サービス アカウントのユーザー名とパスワード。                  | カレンダーデータ                                             | Enhanced API コネクタ\*                                |                     |
| Google ワークスペース               | OAuth         | EAC サービス アカウントのアクセス トークンとリフレッシュ トークン。        | カレンダーデータ                                             | Enhanced API コネクタ\*                                |                     |

\* EAC エンドポイントは、そのカレンダーデータを EAC から取得し、さらに EAC はそのカレンダーデータを Zoom カレンダーサービスから取得します。つまり、EAC サービスとそれに関連付けられたエンドポイントは、Microsoft 365、Exchange、または Google ワークスペースには接続しません。


---

# Agent Instructions: 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:

```
GET https://library.zoom.com/technical-library/ja/kn/third-party-integrations/zoom-calendaring-integration-explainer/appendix.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
