Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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