Skip to content

lycanthrope10100/Google-Apps-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Google-Apps-Scripts

Gapps scripts that are useful to me, and hopefully others can benefit from them too.

Setup:

  1. Go to your Gapps scripts Dashboard.
  2. Click "New > New script".
  3. Copy the content from the script to your "Untitled project".
  4. Hit "Ctrl+S". Enter new project name.
  5. Click "Publish > Deploy as web app...".
  6. Enter Project version, Execute the app as, Who has access to the app.
  7. Click "Deploy".
  8. Click "Review Permissions".
  9. Select your gmail account. Click "Allow".
  10. Copy the "Current web app URL".

Usage:

google-chrome $link

Debugging:

mail_filter_w_query_and_time

  • Change the QUERY to a valid gmail seach query.

Line 6 - var err_threads = GmailApp.search('subject:date from:david {has:netflix has:chill}');
  • Change the TIME to [0.0, 1.0,..., 12.0,..., 23.0, 24.0]

Line 17 - if (r_h[i] == "0.0"){

Contributions:

Contributions are welcome - send a pull request! This repo is a work in progress.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published