Hello Yuri,
do you think it's possible to put some setting of calendar to admin section or user preference ?
And if it's possible for timeLine too?
And last (sorry).. maybe a previousDay - nextDay bouton for timeLine on top right ?
Thanks
do you think it's possible to put some setting of calendar to admin section or user preference ?
PHP Code:
calendar.js
line 55
slotDuration: 30, <-- this value
line +- 530
var options = {
header: false,
custom // hiddenDays: this.getConfig().get('calendarHiddenDays') || [],
custom // minTime: '08:00:00',
custom // maxTime: '18:00:00',
custom //scrollTime: '08:00:00',
config.php
'calendarHiddenDays' => [
0 => 0,
1 => 6
],
And last (sorry).. maybe a previousDay - nextDay bouton for timeLine on top right ?
Thanks
Comment