A script for sending email and slack reminders via google appscript on sheets.
- Create your google sheet rotation schedule
- Create a slack bot webhook
- Go to Extensions in your google sheet and select "Apps Script" > "Create a new project"
- In the editor, copy paste code in "whosPresenting" into your project
- Read code and edit relevant information
- email to slack-id dictionary
- message
- test-webhook/actual-webhook for slack
- Setup triggers under triggers.
- choose sendEmails() or whatever you decided to name your function
- pick your trigger. I use weekly time-based events.