Assuming that your sheet is structured as follows (adapt the script according to the specific layout needed):
| Task | Date/Time | |
|---|---|---|
| Descriptive text value | [email protected] | 08/14/2025 16:00 |
In the Apps Script editor, click on the clock icon in the left sidebar to open the Triggers setup.
- Click
Add Trigger. - Choose the function
sendEmailNotifications.
Set the trigger to run every minute, hour, or day based on how frequently you need to check for due notifications.
Save the script and click on Run to authorize it. Note: You will need to grant permissions for the script to send emails on your behalf.
for more info https://www.goldyarora.com/blog/subscription-tracker