Hi again,
Few hours ago I could resolve my problem, but thanks for the support anyway!
As I supposed, simply refreshing the scheduler component makes all the data appears on it without problems, so I attached a #mySchedule tag on the schedule html component, and then call the refresh method like this:
this.mySchedule.refresh();
I hope this could help somebody else