> 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/technical-library-ar/rkn-almsuwl/third-party-integrations/microsoft-365-calendaring-field-guide/introduction.md).

# مقدمة

عند دمج تقويم Microsoft 365 مع منصة Zoom، يمكن لمؤسسةك تحسين إدارة الاجتماعات والتقويم من تطبيق Zoom Workplace أو Zoom Rooms أو غرف المؤتمرات التابعة لجهات خارجية. يرجى ملاحظة أن Microsoft 365، المعروف سابقًا باسم Office 365، لا يزال يُشار إليه باسم Office 365 داخل منصة Zoom وفي بعض مقالات الدعم الإضافية.

بالنسبة إلى Zoom Rooms وغرف المؤتمرات التابعة لجهات خارجية، يمكن للمستخدمين جدولة الاجتماعات إلى مورد الغرفة في Microsoft 365، مما يتيح الانضمام بلمسة واحدة وجدولة متزامنة تلقائيًا داخل الغرفة طوال يوم العمل.

بالنسبة إلى التقويمات الشخصية، يمكن للمستخدمين رؤية أحداث تقويم Microsoft 365 الخاصة بهم بشكل أصلي داخل تطبيق Zoom Workplace من خلال علامة تبويب التقويم أو الشريط الجانبي، بينما يمكن لميزات مثل مزامنة التقويم ثنائية الاتجاه أن تزامن وتجدول الاجتماعات تلقائيًا من بوابة Zoom على الويب مباشرةً إلى تقويمات Outlook الخاصة بهم، أو بالعكس.

لإجراء واحد أو أكثر من عمليات الإعداد هذه، سيتعامل مستخدمو هذا الدليل مع الأذونات والإعدادات والأنظمة التالية لتمكين خدمات التقويم:

* إعدادات موافقة المستخدم في Microsoft Entra ID (المعروف سابقًا باسم Azure الدليل النشط)
* Microsoft Exchange Online
* Microsoft Graph واجهة برمجة التطبيقات (MGAPI)
* Microsoft PowerShell
* إعدادات موافقة المستخدم في Zoom للتقويم وجهة الاتصال
* موصل واجهة برمجة التطبيقات المحسن من Zoom


---

# 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/technical-library-ar/rkn-almsuwl/third-party-integrations/microsoft-365-calendaring-field-guide/introduction.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.
