I need to integrate with google calendar, I have the basic stuff with API happening, but now realised that a reminder only informs via email, SMS
So the google api "push notification", POSTs to a URL wont work with reminders...
So how can I inform in my app that a reminder is triggered, is there a work around?, checking email is not very scalable. And polling the google calendar server, is not scalable either?, I will have to poll each user account on my solution?
How to notify of reminder with API?, thanks
[what are "pop ups" as other notifier method on above link for google-calendar?]