Hello,
I'm developing a calendar in JSP, the schedule is already fully ready, just to warn an alarm clock that I want to do, the same should work as follows.
From x time before the events marked with "remind me" I want to send a notification to the user .. Example: Event at 7:00 PM, when it is 6:45 PM I want to send a message: "15 minutes is left for your event X. "
As I researched I can do this using mozilla notifications: link
Has anyone ever done something like this, do you know how to use mozilla notifications together with this time question?
Thank you