Date formats
Default date
Month date
Week date
Day date
Hour time
Month day
See more about date formats
here
Scales
Minimal date size step in minutes
Height of 1 hour in pixels
Hour from which day and week scales start
Hour from which day and week scales end
See more about scales
here
Date formats
scheduler.templates.event_text=function(start,end,event){
return "Text:
"+event.text+"
"+"Descr."+event.details;
}
scheduler.templates.event_header=function(start,end,event){
return (event.important?"
":"")+scheduler.templates.hour_scale(start);
}
scheduler.templates.event_bar_text=function(start,end,event){
var text = event.text.substr(0,20); return "
"+text+"
";
}
See more about event templates
here