How do I remove an event using Angular MVC demo? I found something in the javascript document but would be nice if you have something written for angular.
With Angular, you can delete an event by removing it from the underlying event array (events/daypilot-events attribute). The calendar will be updated automatically.