Splits event into two events by either a percentange of duration or by a specific start position.
If options has a percentage field, the split point is calculated as event.start + (event.end - event.start) * percentage.
If options has a start field, the split point is simply that value.
Splits
eventinto two events by either a percentange of duration or by a specific start position.If
optionshas apercentagefield, the split point is calculated asevent.start + (event.end - event.start) * percentage. Ifoptionshas astartfield, the split point is simply that value.Any other properties on
eventare copied to split events.