Given: SfSchedule is in MonthView mode with ShowAppointmentsInline set to "True"
And User has tapped on a day to see list of appointments for that day in line (Whenever it showing "No Events" or appointments that are there)
When: Application updates underlying DataSource by adding/removing appointments
Then: month view (aka calendar) does update itself to show "dots" correctly
BUT Inline list of appointments is NOT updated.
For example:
User had no appointments on 12/9/2017, so after tapping on the date the Inline view were showing "No Events"
User tapped on button that created new event for 12/9 and added it to the observable collection which is SfSchedule is bound to in a code behind.
Inline still showing "No Events"
If user taps on the 12/9 day to close and open it
Then appointment will show up