Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alan-null/ms-todo-backup
- Owner: alan-null
- Created: 2023-10-09T21:14:38.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-24T18:58:15.000Z (11 months ago)
- Last Synced: 2024-10-12T21:04:57.728Z (3 months ago)
- Topics: backup, export, lists, microsoft, ms-todo, tasks
- Language: PowerShell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 exportExported data will be exported to out folder.