The onRowCreate event is triggered by the JavaScript Scheduler component when new row text is submitted. It fires before the default action specified by rowCreateHandling.
DayPilot.Scheduler.onRowCreate(args)
args.text
(string) - the new text submitted by the user
args.preventDefault()
- prevents the default action