In my calendar, if I go into an event and schedule it, and the come back to the calendar, the data refreshes and the event notification dot is correctly moved. However, the event's inline view is still visible under the previous date. I tried calling something like cal.CollapseInlineView(cal.SelectedDate) but that doesn't appear to do anything for me.
How do I go about dismissing the InlineView for events programmatically?