An open API service indexing awesome lists of open source software.

https://github.com/makseq/microsoft-todo-todoist-export

microsoft todo to todoist export (semi-automated)
https://github.com/makseq/microsoft-todo-todoist-export

Last synced: 6 months ago
JSON representation

microsoft todo to todoist export (semi-automated)

Awesome Lists containing this project

README

          

# Export tasks from microsoft todo to Todoist

It's only a semi-automated export wihtout nested subtasks and subdata.

1 Open browser console in todo microsoft

2 Open task list you want to export

3 Run this code in console:

```
csv = 'TYPE,CONTENT,PRIORITY,INDENT,AUTHOR,RESPONSIBLE,DATE,DATE_LANG,TIMEZONE\n';
ts = document.getElementsByClassName("taskItem-title");
for (var i=0; i