> ## Documentation Index
> Fetch the complete documentation index at: https://docs.varios-ai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft 365 Calendar

> The Microsoft 365 Calendar connector enables integration with Outlook calendars and querying of appointments and events. With this connector, you can retrieve calendar events.

## Options

*No options required*

## Arguments

<ParamField body="searchterm" type="string">
  The prompt for the LLM to fill the argument for the search term (e.g., a keyword related to the appointment). Can be left empty to retrieve all appointments within the time range.

  Example:

  ```
  String to filter events by title or description.
  ```
</ParamField>

<ParamField body="startDate" type="string">
  The start date in yyyy-mm-dd format. Default: 3 years and 11 months before today.

  Example:

  ```
  Start date in yyyy-mm-dd format to limit the time range.
  ```
</ParamField>

<ParamField body="endDate" type="string">
  The end date in yyyy-mm-dd format. Default: one year from today.

  Example:

  ```
  End date in yyyy-mm-dd format to limit the time range.
  ```
</ParamField>
