This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Triggered when a MASTER
event is split.
function onEventRecurringSplit(handler: function): void;
handler(event: EventRecurringSplitEnvelope): void | Promise<void>
import { events } from "@wix/calendar";
events.onEventRecurringSplit((event) => {
// handle your event here
});