time_slot_text
Description
Specifies the content of the background cell in the Day/Week views
time_slot_text: () => void
Example
scheduler.templates.time_slot_text=function(date){
if(date.getHours() >= 12 && date.getHours() < 13){
return "Lunch break";
}
};
Details

The background of the Day/Week views consists of 30-minute blocks. The template can be used to define HTML content of every such block in the calendar.
Related API
Change log
- added in v7.0
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.