{"id":16891398,"url":"https://github.com/makseq/microsoft-todo-todoist-export","last_synced_at":"2026-01-03T18:34:57.675Z","repository":{"id":88665553,"uuid":"332922471","full_name":"makseq/microsoft-todo-todoist-export","owner":"makseq","description":"microsoft todo to todoist export (semi-automated)","archived":false,"fork":false,"pushed_at":"2021-01-26T00:23:55.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T09:25:17.498Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makseq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-26T00:20:04.000Z","updated_at":"2021-01-26T00:23:57.000Z","dependencies_parsed_at":"2023-03-13T18:19:43.546Z","dependency_job_id":null,"html_url":"https://github.com/makseq/microsoft-todo-todoist-export","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makseq%2Fmicrosoft-todo-todoist-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makseq%2Fmicrosoft-todo-todoist-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makseq%2Fmicrosoft-todo-todoist-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makseq%2Fmicrosoft-todo-todoist-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makseq","download_url":"https://codeload.github.com/makseq/microsoft-todo-todoist-export/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244575042,"owners_count":20474849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T17:06:50.751Z","updated_at":"2026-01-03T18:34:57.617Z","avatar_url":"https://github.com/makseq.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Export tasks from microsoft todo to Todoist\n\nIt's only a semi-automated export wihtout nested subtasks and subdata. \n\n1 Open browser console in todo microsoft\n\n2 Open task list you want to export\n\n3 Run this code in console:\n\n```\ncsv = 'TYPE,CONTENT,PRIORITY,INDENT,AUTHOR,RESPONSIBLE,DATE,DATE_LANG,TIMEZONE\\n';\nts = document.getElementsByClassName(\"taskItem-title\");\nfor (var i=0; i\u003cts.length; i++) {\n  csv += 'task,\"' + ts[i].textContent + '\",4,1,Max (32188958),,,en,Europe/Moscow' + '\\n';\n```\n\n4 Reformat (if need) output csv to your awesome todo software.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakseq%2Fmicrosoft-todo-todoist-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakseq%2Fmicrosoft-todo-todoist-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakseq%2Fmicrosoft-todo-todoist-export/lists"}