After onEventClick in DayPilot i use DayPilot.events.edit(args.e); and it shows blank textArea for editing event. That's fine, but i want to get in this area text from current event? Thanks a lot
The text area will use the "text" value of the event data object. If you only use "html" to set the event content you'll also need to add "text" property to the data object.
See also: https://api.daypilot.org/daypilot-event-data/