> 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/fr/coin-admin/third-party-integrations/zoom-calendaring-integration-explainer/appendix.md).

# Annexe

### Matrice des services et des méthodes d’authentification

<table data-header-hidden="false" data-header-sticky><thead><tr><th></th><th>Service</th><th>Méthode d'authentification</th><th>Le service de calendrier Zoom stocke</th><th>Le point de terminaison reçoit à la connexion</th><th>Le point de terminaison récupère le calendrier depuis</th></tr></thead><tbody><tr><td><strong>Calendriers utilisateur</strong></td><td>Microsoft 365</td><td>OAuth</td><td>Jeton d'Access et de rafraîchissement pour chaque compte utilisateur.</td><td>Jeton d'Access du service de calendrier Zoom.</td><td>Microsoft 365</td></tr><tr><td><strong>Serveur Exchange</strong></td><td>Basique</td><td>Nom d'utilisateur et mot de passe pour chaque compte utilisateur.</td><td>Nom d'utilisateur et mot de passe du service de calendrier Zoom.</td><td>Serveur Exchange</td><td></td></tr><tr><td><strong>Espace de travail Google</strong></td><td>OAuth</td><td>Jeton d'Access et de rafraîchissement pour chaque compte utilisateur.</td><td>Jeton d'Access du service de calendrier Zoom.</td><td>Espace de travail 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>Jeton d'Access et de rafraîchissement pour le compte de service Zoom Rooms.</td><td>Jeton d'Access pour le compte de service Zoom Rooms depuis le service de calendrier Zoom.</td><td>Microsoft 365</td></tr><tr><td><strong>Serveur Exchange</strong></td><td>Basique</td><td>Nom d'utilisateur et mot de passe pour le compte de service Zoom Rooms.</td><td>Nom d'utilisateur et mot de passe pour le compte de service Zoom Rooms depuis le service de calendrier Zoom.</td><td>Serveur Exchange</td><td></td></tr><tr><td><strong>Espace de travail Google</strong></td><td>OAuth</td><td>Jeton d'Access et de rafraîchissement pour le compte de service Zoom Rooms.</td><td>Jeton d'Access pour le compte de service Zoom Rooms depuis le service de calendrier Zoom.</td><td>Espace de travail Google</td><td></td></tr><tr><td><strong>Connecteur API amélioré (EAC)</strong></td><td>Microsoft 365</td><td>OAuth</td><td>Jeton d'Access et de rafraîchissement pour le compte de service EAC.</td><td>Données de calendrier</td><td>Connecteur API amélioré*</td></tr><tr><td><strong>Serveur Exchange</strong></td><td>Basique</td><td>Nom d'utilisateur et mot de passe pour le compte de service EAC.</td><td>Données de calendrier</td><td>Connecteur API amélioré*</td><td></td></tr><tr><td><strong>Espace de travail Google</strong></td><td>OAuth</td><td>Jeton d'Access et de rafraîchissement pour le compte de service EAC.</td><td>Données de calendrier</td><td>Connecteur API amélioré*</td><td></td></tr></tbody></table>

{% hint style="info" %}
\*Les points de terminaison EAC récupèrent leurs données de calendrier depuis l'EAC, qui récupère à son tour ses données de calendrier depuis le service de calendrier Zoom. En d'autres termes, le service EAC et ses points de terminaison associés ne se connectent pas à Microsoft 365, Exchange ou Google espace de travail.
{% 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/fr/coin-admin/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.
