Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

kam193/todo-ms-client

Repository files navigation

ToDo-MS-client

https://github.com/kam193/todo-ms-client/actions PyPI version

⚠️ This library is on early stage of development. Only selected features are available. See issues for current roadmap.

Unofficial Python library for MS ToDo API

Available from PIP:

pip install todo-ms-client

To learn more about MS ToDo API look into Microsoft docs on Microsoft Docs page.

Feature coverage

This is the matrix of main features supported by the official API and this library.

Feature Supported by official API Supported by ToDo-MS-client Known limitations
Task lists - CRUD ✔️ ✔️
My day -
Tasks - CRUD ✔️ ✔️ API doesn't support moving task between lists
Tasks - recurrence ✔️ 🔶 API is a bit unclear here, need testing
Subtasks - CRUD ✔️ ✔️
Reminders - CRUD ✔️
Attachments - CRUD ✔️
Linked resources ✔️ Not planned at the moment
Categories ✔️
Searching ✔️ 🔶
Delta updates ✔️

This library is not created nor related in any way with Microsoft.