# 付録

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

| <p><br></p>                  | サービス          | 認証方式                                     | Zoomカレンダリングサービスストア                                 | サインイン時にエンドポイントが受信するもの                           | エンドポイントがカレンダーを取得する先 |
| ---------------------------- | ------------- | ---------------------------------------- | -------------------------------------------------- | ----------------------------------------------- | ------------------- |
| <p>ユーザーカレンダー</p><p><br></p>  | Microsoft 365 | OAuth                                    | 各ユーザーアカウントのアクセストークンとリフレッシュトークン。                    | Zoomカレンダリングサービスからのアクセストークン。                     | Microsoft 365       |
| Exchange Server              | ベーシック         | 各ユーザーアカウントのユーザー名とパスワード。                  | Zoomカレンダリングサービスからのユーザー名とパスワード。                     | Exchange Server                                 |                     |
| Google Workspace             | OAuth         | 各ユーザーアカウントのアクセストークンとリフレッシュトークン。          | Zoomカレンダリングサービスからのアクセストークン。                        | Google Workspace                                |                     |
| <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 Workspace             | OAuth         | Zoom Roomsサービスアカウントのアクセストークンとリフレッシュトークン。 | ZoomカレンダリングサービスからのZoom Roomsサービスアカウント用アクセストークン。    | Google Workspace                                |                     |
| 強化APIコネクタ（EAC）               | Microsoft 365 | OAuth                                    | EACサービスアカウントのアクセストークンとリフレッシュトークン。                  | カレンダー情報                                         | 強化APIコネクタ\*         |
| Exchange Server              | ベーシック         | EACサービスアカウントのユーザー名とパスワード。                | カレンダー情報                                            | 強化APIコネクタ\*                                     |                     |
| Google Workspace             | OAuth         | EACサービスアカウントのアクセストークンとリフレッシュトークン。        | カレンダー情報                                            | 強化APIコネクタ\*                                     |                     |

\* EACエンドポイントはEACからカレンダー情報を取得し、EAC自体はZoomカレンダリングサービスからそのカレンダー情報を取得します。つまり、EACサービスとそれに関連するエンドポイントは Microsoft 365、Exchange、または Google Workspace に直接接続しません。


---

# 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.
