I'm using Blazor Server 19.4
I don't find a way to refresh the sFschedule content after importing the Google calendar ics file
there's this piece of code in your demo page
Blazor Scheduler Export and Import ICS Example - Syncfusion Demos
private List<AppointmentData> dataSource = new ScheduleData().GetExportingData();
but the content of the
GetExportingData() method is not showed
Best regards