Skip to content

Quick and dirty application for fetching all tasks from a Microsoft Todo list.

License

Notifications You must be signed in to change notification settings

marcusball/microsoft-todo-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microsoft-todo-export

Quick and dirty application for fetching all tasks from a Microsoft Todo list.

This is heavily based on dan-osnull's Todo Backup/Restore Powershell script. See his explanation blog post for further information.

Usage

  • Following the instructions from the above blog post, use Microsoft's Graph Explorer to retrieve an OAuth Token.
  • Use cargo run to run the program.
  • Paste in your auth token when prompted.
  • Select the desired list.
  • The list of tasks will be downloaded and printed.

Notes

This is far from any sort of "complete" program. All I needed was to download all task names to a text file, and this acheived that. However, while untested, this should retrieve all of the properties present on the Todo Lists, and Tasks within them (as well as the User), so anyone familiar with Rust could likely adapt this to their own needs.

About

Quick and dirty application for fetching all tasks from a Microsoft Todo list.

Topics

Resources

License

Stars

Watchers

Forks

Languages