Servoy / fullcalendarcomponent2

Servoy Component around Fullcalendar
MIT License
0 stars 0 forks source link

Version that support use of Premium like the scheduler.js lib for timeline views #3

Open saleman67 opened 1 year ago

saleman67 commented 1 year ago

Could there also be a version that support use of Premium functions like the scheduler.js lib for timeline views.

I made my own version for angular.js but I guess there are other companies that want the same.

For the angularjs I this add:

    {
        "name": "scheduler.js",
        "version": "1.9.3",
        "url": "fullcalendarcomponent/fullcalendar/scheduler.min.js",
        "mimetype": "text/javascript"
    },

    {
        "name": "scheduler.css",
        "version": "1.9.3",
        "url": "fullcalendarcomponent/fullcalendar/scheduler.min.css",
        "mimetype": "text/css"
    },
jcompagner commented 1 year ago

if you supply a scheduler key then these plugins:

https://github.com/Servoy/fullcalendarcomponent2/blob/master/fullcalendarcomponent2/projects/fullcalendarcomponent2/src/fullcalendar.ts#L145

are installed extra,