---
title: "M365 Teams Connector"
slug: "microsoft-to-do-connector"
updated: 2026-02-18T14:52:03Z
published: 2026-02-18T14:52:03Z
canonical: "support.tulip.co/microsoft-to-do-connector"
---

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

# Microsoft To Do Connector

To download the app, visit: [Library](https://library.tulip.co/connectors/m365-to-do-connector)

## Microsoft 365 Connector

*For integration with Microsoft apps like Teams, Outlook, and Office Suite.*

## Purpose

Use this document to integrate your Tulip Apps with Microsoft 365 products like Teams, Office Suite, and Outlook.

## Pre-Requisites and Connector Setup

Note: Oauth2 authentication information must be generated in Entra ID before using this Connector. Follow this guide to generate the required credentials. [Connect the MS Graph API to Tulip with Oauth2](https://support.tulip.co/docs/connect-the-microsoft-graph-api-to-tulip-with-oauth2)

## API Doc

Here you can read about the general [Microsoft Graph API Documentation.](https://docs.microsoft.com/en-us/graph/api/resources/team?view=graph-rest-beta) And for a more specific MS To Do API references, read this [Documentation.](https://learn.microsoft.com/en-us/graph/api/resources/todo-overview?view=graph-rest-beta)

## Scopes Needed for this Connector

Here is a list of scopes that need to be enabled in Microsoft Graph permissions, and written in the Connector setup: User.Read User.ReadWrite Tasks.Read Tasks.ReadWrite

## Connector Functions

#### GET - List of tasks-list

List all the task-lists and their relevant properties

#### GET - List tasks

List all the tasks associated with a task-list by ID.

#### GET - Single Task by ID

Get a single task from a task-list and list all properties. Task ID and task-list ID are both required for this function.

#### POST - Create new task in list

Create a new task object in a specified task list. The properties you don't set will automatically get standard values.

## Further Reading

Check out more information regarding Microsoft Connectors

- [Microsoft Calendar Connector](https://support.tulip.co/docs/microsoft-calendar-connector)
- [Microsoft Outlook Connector](https://support.tulip.co/docs/microsoft-outlook-connector)
- [Microsoft Excel Connector](https://support.tulip.co/docs/microsoft-excel-connector)
