View
Tasks
Email reminders — one-time setup
Reminders are sent by a small Google Apps Script attached to a Google Sheet (same approach as the Finance Dashboard). Once set up, a reminder email goes out every morning listing overdue tasks and tasks due today & tomorrow — even when this site is closed.
- Create a new Google Sheet (e.g. LU Tasks).
- Open Extensions → Apps Script, delete the sample code, and paste the script —
- Deploy → New deployment → Web app — Execute as Me, access Anyone. Copy the /exec URL below.
- In Apps Script, open Triggers (clock icon) → Add Trigger → function sendReminders → Time-driven → Day timer → 7–8am.
Tasks live in your browser and auto-sync to the sheet a moment after every change. The daily email is sent by Google, from your own account, to the address above.