Required Asp.Net schudler with mini calendar full sample

DHTMLX has many types of scheduler configuration for many coding environments. Still, during the last 4 days, I have not found any Asp.NET C# based sample (without MVC) that I managed to fully download and operate.I’m mainly looking on a scheduler with mini calendar next to it for selecting dates.
Is it possible to use the scheduler with an aspx page (no use of Link nor MVC)? If it is possible where is it possible to download fully operating sample?

Hi,
we have several examples in web forms, please check this page (you may need to restore and update Nuget packages before running projects)
scheduler-net.com/download.aspx

For example “Scheduler .NET with dhtmlxConnector” uses dhtmlxConnector for .NET library for binding scheduler to the database
docs.dhtmlx.com/connector__net__index.html

What updates of nuget are required? What exactly to do (step-by-step) for achivimg running sample?