⚠️ 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
- Contributing - development rules
- Changelog - changelog
- sample.py - simply example of library use
Available from PIP:
pip install todo-ms-client
To learn more about MS ToDo API look into Microsoft docs on Microsoft Docs page.
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.