New to Kendo UI for Angular? Start a free 30-day trial
AllDayEventTemplateDirective
Represents the template for and assists the content customization of all-day events.
To define the all-day event template, nest an <ng-template>
tag with the kendoSchedulerAllDayEventTemplate
directive inside the <kendo-scheduler>
, <kendo-scheduler-day-view>
, or <kendo-scheduler-week-view>
component (see example).
The available fields in the template context are:
event
—The event that is associated with the item.resources
—The resources of the event.
Selector
[kendoSchedulerAllDayEventTemplate]