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

# Use Outlook Calendar

> Work with the user's connected Microsoft Outlook Calendar account.

{/* Tool: use_app_microsoft_outlook_calendar */}

## Parameters

<ParamField path="tool_name" type="string" required={true}>
  Exact tool name returned by `list_app_tools`.
</ParamField>

<ParamField path="configured_props" type="object" required={true}>
  The configured props for the action. For list-events: `{"startDateTime": "2024-01-01T00:00:00-05:00", "endDateTime": "2024-01-02T00:00:00-05:00"}`. For create-calendar-event: `{"subject": "Meeting", "start": "2024-01-01T14:00:00", "end": "2024-01-01T14:30:00", "timeZone": "America/New_York"}`.
</ParamField>

<ParamField path="email" type="string" default={""}>
  Optional email address to select a specific connected account.
</ParamField>
