Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free Angular 2 scheduler

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

like image 784
jbb Avatar asked May 01 '17 21:05

jbb


1 Answers

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

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

like image 127
Mertcan Diken Avatar answered Oct 22 '22 17:10

Mertcan Diken