Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alan-null/ms-todo-backup

PowerShell script allowing the export (backup) of Microsoft Todo lists and tasks
https://github.com/alan-null/ms-todo-backup

backup export lists microsoft ms-todo tasks

Last synced: about 2 months ago
JSON representation

PowerShell script allowing the export (backup) of Microsoft Todo lists and tasks

Awesome Lists containing this project

README

        

# Microsoft To Do exporter

This is simple Powershell script/application to export data from Microsoft To Do.

## Configuration

- rename `config.json.example` to `config.json`
- paste your application data (example [manifest.json](manifest.json))

#### Scopes

| Id | Permission name | Description |
| :----------------------------------- | :-------------- | --------------------------------: |
| f45671fb-e0fe-4b4b-be20-3d3ce43f1bcb | Tasks.Read | Allows the app to read your tasks |

## Export

- run `main.ps1`
- open browser using `http://localhost:8080/` and follow instructions
- approve application to get data from your account
- invoke export

Exported data will be exported to out folder.