[DayPilot Pro for Angular] Calendar View does not automatically update events
Asked by Hoang Xuan Nguyen (nguyen.hoang)
7 years ago.
7 years ago.
After some changes of event the calendar won't show changes until refresh the page.
I tried the following code but nothing happened.
calendar: DayPilotSchedulerComponent;
this.calendar.control.update ({events: this.calendar.events});
Please help.
DayPilot