The DayPilot.Modal constructor creates a modal dialog instance.
new DayPilot.Modal([options])options (DayPilot.ModalConfig) - optional configuration object that specifies modal properties and event handlers.
After creating the instance, use the DayPilot.Modal API to show HTML content or load a URL in the dialog.
const modal = new DayPilot.Modal();Calendar Event Editing [doc.daypilot.org]
Scheduler Event Editing [doc.daypilot.org]
Calendar Event Creation [doc.daypilot.org]