Hello,
Is it possible to change time step in mobile calender? Right now, I can create a new event starting on 0, 15, 30 and 45 minute (15 minute step). I need 5 or 10 minute step for my app.
Hello,
Is it possible to change time step in mobile calender? Right now, I can create a new event starting on 0, 15, 30 and 45 minute (15 minute step). I need 5 or 10 minute step for my app.
Hello,
You can redefine minuteStep property of Calendar:
$$(“scheduler”).$$(“formCalendar”).define(“minuteStep”,5);
Thanks, it works!!