New to Kendo UI for Angular? Start a free 30-day trial
EventTemplateDirective
Represents the template for and assists the content customization of the Scheduler events.
To define the event template, nest an <ng-template>
tag with the kendoSchedulerEventTemplate
directive inside the <kendo-scheduler>
, or in the view components (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
[kendoSchedulerEventTemplate]