Add Multi-Day Event in Year View

Hi, I´m newbie in DHTMLX.
I have created a scheduler with the year view extension, that uses this js
"dhtmlxScheduler_v4.1.0\codebase\ext\dhtmlxscheduler_year_view.js "
using some piece of code from this sample
“dhtmlxScheduler_v4.1.0\samples\03_extensions\04_year_view.html”

I want to allow to the user to create a multiday event by selecting a range of dates in this view, for example from Feb 17 to March 11 (like in the image)

I don´t want to select the dates in the modal, I need the dates being selected directly in the calendar.
Please, can someone help me?
Sorry for my english.

Here is a code snippet

 
 

Hello,
it is not supported by the component. Probably you can implement such functinality by manually tracing mouse-drag events and selecting the related dates in the calendar. But there is no ready solution
docs.dhtmlx.com/scheduler/api__s … ndata.html