What is the issue and how can we reproduce it?
- Open the sample PlanningCalendarMulti OR the Minimal example attached (I've added some Message boxes to help with debugging)
- On the top right corner select "1 Month" view
- Go to February 2017
- Click on empty cell for
John Miller that is outside of the current month (February) - March 2, 2017 
- The calendar view is moved to the next month - March, but
startDateChange event is NOT triggered
We need this event to be triggered with the correct getStartDate in order to load the relevant appointments data for the next month
Error:
The calendar view is moved to the next month - March, but startDateChange event is NOT triggered
Expected behavior:
The calendar view is moved to the next month - March, and startDateChange event is triggered, and getStartDate method to have the correct date March 1, 2017
Minimal example
sap.m.sample.PlanningCalendarMultiFork.zip
Which OpenUI5 version is your project targeting?
1.146.0
Is the issue device- or browser-specific?
No, not browser specific
Confirmation
What is the issue and how can we reproduce it?
John Millerthat is outside of the current month (February) -March 2, 2017startDateChangeevent is NOT triggeredWe need this event to be triggered with the correct
getStartDatein order to load the relevant appointments data for the next monthError:
Expected behavior:
The calendar view is moved to the next month - March, and
startDateChangeevent is triggered, andgetStartDatemethod to have the correct dateMarch 1, 2017Minimal example
sap.m.sample.PlanningCalendarMultiFork.zip
Which OpenUI5 version is your project targeting?
1.146.0
Is the issue device- or browser-specific?
No, not browser specific
Confirmation