Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephendolan/gas-process-gtd-labels
Google Apps Script to process Gmail label messages into OmniFocus (or any task manager with an email inbox)
https://github.com/stephendolan/gas-process-gtd-labels
google-apps-script omnifocus
Last synced: 21 days ago
JSON representation
Google Apps Script to process Gmail label messages into OmniFocus (or any task manager with an email inbox)
- Host: GitHub
- URL: https://github.com/stephendolan/gas-process-gtd-labels
- Owner: stephendolan
- Created: 2020-03-04T21:20:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T11:09:56.000Z (over 3 years ago)
- Last Synced: 2024-05-06T00:04:52.247Z (6 months ago)
- Topics: google-apps-script, omnifocus
- Language: TypeScript
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setting up this script on your Google account
1. [Install the CLASP command line tool](https://github.com/google/clasp/#install)
1. Run `clasp login` to get your Google credentials set up
1. Create the project from `clasp` in your [Google Scripts](script.google.com).
1. Update the "TO_EMAIL" user property to the email you'd like tasks sent to.
1. Update the "labelsToProcess" array to contain the GMail labels to process.
1. Set up an [Apps Script schedule](https://developers.google.com/apps-script/guides/triggers/installable#time-driven_triggers)
1. ???
1. Profit