AllDayEventTemplate
configurationThe template used to render the "all day" scheduler events.
The fields which can be used in the template are:
- description
String- the event description - end
Date- the event end date - isAllDay
Boolean- if true the event is "all day" - resources
Array- the event resources - start
Date- the event start date - title
String- the event title
allDayEventTemplate
String|Function