> For the complete documentation index, see [llms.txt](https://docs.kinwall.family/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kinwall.family/connecting-calendars/microsoft.md).

# Microsoft / Outlook

Outlook.com and Microsoft 365 calendars sync **two-way** through Microsoft Graph.

## 1. Register an app

In **Settings → Calendars → Calendar providers → Microsoft**, the card shows the **Redirect URI** (`<public URL>/api/oauth/microsoft/callback`) and these steps:

1. In Microsoft Entra, go to App registrations → New registration.
2. Add the redirect URI under a **Web** platform.
3. Add the delegated permissions `Calendars.ReadWrite`, `User.Read` and `offline_access`.
4. Create a client secret and paste it in.

Fill in **Client ID**, **Client secret** and **Tenant** (default `common`, which accepts personal and work accounts), then **Save**.

Or use environment variables: `MS_CLIENT_ID`, `MS_CLIENT_SECRET` and `MS_TENANT`. The same precedence as Google applies: the UI wins, and variables-only configuration shows "Provided by your host".

## 2. Connect

**Settings → Calendars → Connect Outlook**, sign in, then tick the calendars you want in **Calendars for&#x20;*****account*** and tap **Add N calendars**.

## Reminders

Outlook events hold one reminder. Kinwall writes the reminder you choose to the event. Outlook has no "use default" setting to write back, so the **Reminder** menu doesn't offer one for Outlook events.

## Tip: read-only without OAuth

Outlook's **published calendar** ICS link works as an [ICS feed](/connecting-calendars/ics-feeds.md).


---

# 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://docs.kinwall.family/connecting-calendars/microsoft.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.
