# Microsoft 365 Calendar

This function allows to use all of the Microsoft Graph calendar API requests. For the full documentation, check the [external references](/dashboard/code/codemash-functions/microsoft-functions/aad-users.md#external-references).

For general Microsoft functions usage check a link below.

{% content-ref url="/pages/-M6AfVuV2lAQNKG2EO65" %}
[Microsoft Functions](/dashboard/code/codemash-functions/microsoft-functions.md)
{% endcontent-ref %}

## External references

As all of these functions uses Microsoft Graph API, you will find all of the details in the official documentation:

* [Microsoft Graph calendar documentation](https://docs.microsoft.com/en-us/graph/api/resources/calendar?view=graph-rest-1.0)


---

# 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://docs.codemash.io/dashboard/code/codemash-functions/microsoft-functions/aad-calendar.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.
