Small web app to get and display user's Google Tasks and Tasklists
The only way to view your tasks outside of Gmail or Google Calendar is at https://tasks.google.com/embed/list/~default?fullWidth=1, but this page may be too simple for heavy Google Tasks users. This app provides a way to view Google Tasks, or copy all Google Tasks data in JSON format.
- Go to https://script.google.com/macros/s/AKfycbyKKxbPidgM6WmWu5X8w3n1tm50i_HisVQGdGjL-uKz9kIN0kw/exec
- Sign in to your Google Account
- Grant the app permission (Google has not reviewed and verified this app, so you need to click the button at the bottom to proceed past the warning.
- The app will load and fetch your Google Tasks data as in the screenshots above
- Create a new Google Apps Script file (standalone or bound)
- Copy the server.gs and index.html files into your project
- Click Resources > Advanced Google services and enable the Tasks API
- Click Publish > Deploy as web app
- Configure settings (see https://developers.google.com/apps-script/guides/web)
- Publish