Default calendar event notification time

Re: Default calendar event notification time

de Samet Kul -
Número de respuestas: 0
Imagen de Testers

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),