Is there a way to capture an event when the date of an event is changed? I would like to receive the new date in a function. Is this functionality possible?
For example, if I have an event scheduled for 2020-01-01 and I drag it to date 2020-01-10, how can I detect and handle this date change using Angular 8 with PrimeNG?
<p-fullCalendar [events]="events" [options]="options"></p-fullCalendar>