> 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 は、Microsoft 365、Microsoft Exchange Server、および Google ワークスペースとのカレンダー連携をサポートしています。カレンダー連携が有効な場合、Zoom の Web Calendaring Service は、デスクトップアプリ、モバイルアプリ、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.
