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)
- Host: GitHub
- URL: https://github.com/makseq/microsoft-todo-todoist-export
- Owner: makseq
- Created: 2021-01-26T00:20:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T00:23:55.000Z (over 5 years ago)
- Last Synced: 2025-01-25T09:25:17.498Z (over 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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