Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 726 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 726 Bytes

AutoDecliner

Automatically decline GCal events that take place outside of your working hours

Installation

  1. Create a new Google Apps Script Project.
  2. Copy and paste the code from script.js into the newly-created project.
  3. Change the values of the variables in the "User Inputs" section to match your email and working week.
  4. Run the "attachTrigger" function.

Uninstallation

  1. Navigate to your Google Apps Scripts.
  2. Select your AutoDecliner project.
  3. On the left navigation menu, select the "Triggers" (alarm clock) option.
  4. Click the three dots on the far right next to your trigger, and click "Delete trigger".