antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

Multi split events #511

Open szekelygobe opened 1 year ago

szekelygobe commented 1 year ago

Hi!

Is there a way to create multi split events ? In the events array's event object there is "split" property, which is an integer or string. So by this i presume that multiple split event is not possible. Am I right or there is a way to create multi split events ?

Thank you!