I'm wondering how to refresh data in fullCalendar (V4) in Angular (typescript): I have try everything I found on documentation but nothing seems to work properly.
On "SAVE" it all works fine, all the data saves to database properly but after save I would like to reload data (with the id(s) generated from database) and refresh them (reload from zero if it's necessary) to the calendar.
Has anyone tried something similar?