Free Angular 2 scheduler

15,090

Sure you can do that take a look at this live demo of PrimeNG.

http://primefaces.org/primeng/#/schedule

Share:
15,090
jbb
Author by

jbb

Updated on June 04, 2022

Comments

  • jbb
    jbb almost 2 years

    I want to include a scheduler into my angular 2 app. I need something like those, to plan different employees in a day view:
    here are 2 links to paid components which could fit my purpose: https://fullcalendar.io/js/fullcalendar-scheduler-1.6.2/demos/external-dragging.html
    https://www.bryntum.com/playpen/angular2/
    Since I can't afford any pricy pro licences right now, I'm looking for something open source and also more lightweight. I want to drag and drop "appointments" in a grid like day-view.
    Does somebody now if it is possible to build such a view with the PrimeNG schedule (which is full calendar)?

    Any hints for other components I could use?

    thank you