Migrating from scheduler.net to scheduler for aspnet core

hi there,
I’m migrating a project from .NET 4 (using the old scheduler.net) to .net core 3, is there any tip for switching the scheduler component?

thanks

Hello @scaondhtmlx,

Unfortunately, we don’t have any tutorial or smth like that for such migration.

.NET Scheduler is not compatible with .net core. So, to migrate to Scheduler, you can copy the generated JS code from the html page which renders with .Net scheduler and then use it for configuring new project.

Also, you need to write backend from scratch. Please check the tutorial for dhtmlxScheduler with ASP.NET Core