New to Kendo UI for Angular? Start a free 30-day trial

AgendaTimeTemplateDirective

Represents the template which renders the time header in the Agenda view. To define the time template, nest an <ng-template> tag with the kendoSchedulerAgendaTimeTemplate directive inside the <kendo-scheduler> or in the <kendo-scheduler-agenda-view> component (see example).

The available fields in the template context are:

  • start—The start date of the event.
  • end—The end date of the event.
  • title—The title of the event.
  • description—The description of the event.
  • isAllDay—A Boolean value which indicates if the event is all-day.
  • resources—The resources of the event.

Selector

[kendoSchedulerAgendaTimeTemplate]

In this article

Not finding the help you need?