A quick-start Angular project that shows how to drag and drop events from an external source into the Angular Scheduler component. This project contains code to drag an item from the TreeView component to the Scheduler and update it as an event using the nodeDragstop event of the TreeView.
Check out this online demo for external drag and drop in the Syncfusion Angular Scheduler component: https://ej2.syncfusion.com/angular/demos/#/material/schedule/external-drag-drop
Refer to the following documentation to get started with the Syncfusion Angular Scheduler component: https://ej2.syncfusion.com/angular/documentation/schedule/getting-started
Refer to the following documentation to get started with the Syncfusion Angular Treeview component: https://ej2.syncfusion.com/angular/documentation/treeview/getting-started
Refer to the following documentation about drag and drop in the Syncfusion Angular Treeview component: https://ej2.syncfusion.com/angular/documentation/treeview/drag-and-drop
Watch the following video to get started with the Angular Scheduler component: https://www.youtube.com/watch?v=WnBjPXPGmnw
Make sure that you have the latest versions of NodeJS and Visual Studio Code in your machine before starting to work on this project.
To run this application, you need to clone the how-to-drag-and-drop-events-from-an-external-source-into-the-angular-scheduler
repository and then open it in Visual Studio Code. Now, simply install all the necessary react packages into your current project using the npm install
command and run your project using the ng serve
command.