Refresh MbscEventcalendarView after changing startDate and endDate

Hi @Bastifix,

I’m no expert but looking at the example here – https://demo.mobiscroll.com/react/timeline/custom-range-view#

You’ll probably need to update these two properties – selectedDate and size under calendar view.

I think you’ll be putting your start date as the value for selectedDate and for the size that will be the difference or distance between your start date and end date.

Hope this helps