Example of Timeline Views in React Scheduler Component

/
/
TimelineView

This demo showcases how the timeline scheduler looks like with its default set of configurations.

More Details...

Loading....
Description

Like the vertical scheduler, timeline view has the similar view types such as

  • Timeline Day
  • Timeline Week
  • Timeline WorkWeek
  • Timeline Month

The Agenda and MonthAgenda views shares the same layout for both the vertical and timeline views.

To use any of the timeline views such as day, week and work week in your application, the common TimelineViews module needs to be injected using services property under Inject tag. If in case, the timeline month view needs to be utilized, then TimelineMonth module needs to be injected.