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

# Zoomのカレンダー連携の解説

Zoomのカレンダー連携の仕組み。対応プロバイダーや、Zoomと接続されたクライアント間の認証フローを含みます。

## 概要

Zoomカレンダー連携は、Zoomをサードパーティのカレンダープロバイダーに接続し、ユーザーがアプリケーションを切り替えることなく、Zoomクライアントおよび会議室システムでカレンダーイベントを直接表示・管理できるようにします。

Zoomは、Microsoft 365、Microsoft Exchange Server、およびGoogle Workspaceとのカレンダー連携をサポートしています。カレンダー連携がアクティブな場合、ZoomのWebカレンダーサービスが認証、トークン管理、および接続されているすべてのエンドポイント間のイベント同期を処理します。これには、デスクトップアプリとモバイルアプリ、Zoom Rooms、標準ベースのH.323/SIP会議室システムが含まれます。デフォルトで有効になっている双方向カレンダー同期により、Zoomまたは接続されたカレンダープロバイダーのいずれかで行われた変更が、両方に自動的に反映されます。

このドキュメントでは、カレンダー連携の仕組みを説明し、各エンドポイントタイプのデータフローとセキュリティモデルを説明するとともに、MicrosoftおよびGoogle環境向けの設定ガイダンスを提供します。

{% content-ref url="/pages/9de53d1d388d0f930c9e0eede0e53bbd9ad4c9c6" %}
[Zoomのカレンダー概要](/technical-library/ja/kn/third-party-integrations/zoom-calendaring-integration-explainer/zoom-calendaring-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/242eb7e03916e153feba3d50fa702cdedcd078d1" %}
[Zoomカレンダーエンドポイント](/technical-library/ja/kn/third-party-integrations/zoom-calendaring-integration-explainer/zoom-calendaring-endpoints.md)
{% endcontent-ref %}

{% content-ref url="/pages/abbe4393016d45ba4aedec43661310034683370d" %}
[プロバイダー固有の詳細](/technical-library/ja/kn/third-party-integrations/zoom-calendaring-integration-explainer/provider-specific-details.md)
{% endcontent-ref %}

{% content-ref url="/pages/1101d055caa43c8789e37e4fd78b3096486cfe07" %}
[付録](/technical-library/ja/kn/third-party-integrations/zoom-calendaring-integration-explainer/appendix.md)
{% endcontent-ref %}


---

# 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/zoom-calendaring-integration-explainer.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.
