Set minute Steps on mobile daylist

hi,

i would like to set:
scheduler.config.time_step=15;
scheduler.config.hour_size_px=88;

on a mobile schedular, i ve tried without success:
$$(‘scheduler’).$$(‘dayList’).define(‘minuteStep’,15);

and is there a list of all parameters? couldn’t find this in the documentation.

best regards.

Hello,

there is not such possibility. You can only increase the scale height. By default, it is 30:

$$(“scheduler”).$$(“dayList”).define(“timeScaleHeight”,50);