Our pure JavaScript Scheduler component


Post by Globox21126 »

Hey!

I am thinking about combining two events(when I drop one on another using 'onEventDrop') Does scheduler supports this function because I couldn't find this in API docs.

I have found 'merge' function via ObjectHelper but will it be the right way? Or should I manipulate event store on my own?

I will be grateful for Your response.
Thanks!


Post by mats »

Or should I manipulate event store on my own?

Only you know exactly what should happen when a merge happens. Should duration be added? What should happen to name? Hard for a framework to be so opinionated


Post Reply