The keyboard.focusEvent() method sets the keyboard focus of the JavaScript Scheduler to the specified event.
Available since 2021.3.5070.
DayPilot.Scheduler.keyboard.focusEvent(e);e (DayPilot.Event or raw DayPilot.Event.data object) - event to receive keyboard focus
If the event cannot be found, the method throws an exception.
const event = dp.events.find("1");
dp.keyboard.focusEvent(event);DayPilot.Scheduler.keyboard.focusCell()
DayPilot.Scheduler.keyboard.getFocus()
DayPilot.Scheduler.keyboard.move()
Keyboard Support [doc.daypilot.org]