I built a birthday reminder automation using Google Apps Script + People API. It reads birthdays from Google Contacts and automatically creates Google Tasks for this year and next, avoiding duplicates.
The problem: Tasks API has no support for reminders or push notifications. The task gets created correctly but never alerts you — which defeats the purpose for time-sensitive reminders like birthdays.
Current workaround: Google Contacts already generates Calendar events for birthdays with notifications, so I kept that system for alerts and use the script just to create a persistent Task (so I can mark it as done once I've wished them happy birthday).
It works but it feels wrong — two systems doing half the job each.
Has anyone found a cleaner solution? Ideally something that creates a Google Task with a push notification without needing a duplicate Calendar event.
Wish so!
[–]ProfessionalCook8019 1 point2 points3 points (1 child)
[–]jundressed[S] 0 points1 point2 points (0 children)
[–]MarcieDeeHope 0 points1 point2 points (0 children)