Skip to main content

onEventCreated

Description

Fires when the user starts to create a new event (by double click or dragging)

onEventCreated: (id: string, e: Event) => void;

Parameters

  • id - (required) string - the event's id
  • e - (required) Event - a native event object

Example

scheduler.attachEvent("onEventCreated", function(id,e){
//any custom logic here
});
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.