# Microsoft Outlook

Integrating Outlook with Hivel involves a few key steps to ensure that all necessary calendars are accessible and synced properly. Below is a step-by-step guide to help you through the process:

#### Use an Outlook account with Admin access

{% hint style="info" %}
**Use an Admin account which has at least "View" access to all the applicable developer's Outlook accounts.**
{% endhint %}

#### Integrate Outlook with Hivel

1\. Log into Hivel using the admin account.

2\. Navigate to the Settings -> Integrations section from the dashboard.

3\. Find Outlook in the list of available integrations and click on Connect.

<figure><img src="/files/ygxqKDgG4D7KVlF34RzJ" alt=""><figcaption></figcaption></figure>

Follow the on-screen prompts to allow permissions for Hivel to access your Outlook data.

<figure><img src="/files/keRBKbGKZCwaPFQNtyVE" alt=""><figcaption></figcaption></figure>

This should help you seamlessly integrate Outlook with Hivel, allowing you to understand the schedule of your team effectively within the platform.

#### Data Collected from Calendars

Once authorization is complete, Hivel will read calendar data for all users under the admin account. The specific data points fetched from each calendar include:

* **id:** Unique identifier of the calendar event.
* **iCalUId:** Unique identifier for the event across calendar clients.
* **start:** Start time of the event.
* **end:** End time of the event.
* **isCancelled:** Indicates if the event has been canceled.
* **organizer:** The person who created or owns the event.
* **attendees:** List of participants invited to the event.

#### Sync Frequency

* **Initial Sync:** Fetches calendar data for the past 90 days.
* **Incremental Sync:** Nightly updates to fetch events for the past 1 day.

For further assistance or any issues encountered during the integration, please contact our support team at [<mark style="color:purple;">support@hivel.ai</mark>.](mailto:support@hivel.ai.)


---

# 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.hivel.ai/integrations/calendar/microsoft-outlook.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.
