-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Event Calendar #36187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event Calendar #36187
Conversation
|
Note that this is based on a JS library, so that has probably compatibility issues in future (there have already been attempts and rollbacks) because, like all JS libraries, it's no longer maintained or is poorly maintained few years after beiing introduced. Currently it seems that the value added is having the rendering grouped on hours shown on left. Such a feature could be introduced in our current calendar. Also all existing features (information on thumbs, filters, drag and drop, adding leaves in view, adding birthdays, adding external agenda), would have to be introduced. Relying on a lib that may be abandonned or not compatible with rest of js code in few years is a high risk. And there is still a high number of problem to solve to have replacement in standard version to replace current calendar (clickable link in event, drag and drop, color manager according to type or user, including leaves en employees, birthdays, external agendas with ics links are all features that we support natively, etc... only group of thumb per hours seems not yet implemented). This is why, for the moment, such feature is better as an external module until the level of feature reach same level of current feature. |
|
@frederic34 @eldy It's either we create an input/output framework that allows us to switch libraries effortlessly... or we develop our own JavaScript libraries: "Vanilla JavaScript" |


https://github.com/vkurko/calendar
https://vkurko.github.io/calendar/