Thanks for your reply,
I just figured it out:
Changing the "dateTriggered" variable from the code did the trick for me. I just made the multiplier 1440 for a 24 hours notification in addons/calendar/services/calendar.js
line 369...........................var dateTriggered = new Date((event.timestart - (time * 1440)) * 1000),