MultiDay events in minical mode

Hi,
I am displaying a multiday event using the mincal in scheduler.
The data is rendered in the below format.
Is this the way scheduler renders the data? Or I am doing something wrong.

The data passed is :
scheduler.parse([
{ start_date:“2011-2-15 6:00”, end_date:“2011-2-20 8:00”, text:“Some text”},{ start_date:“2011-2-15 6:00”, end_date:“2011-2-20 8:00”, text:“Some text”}],“json”);


Yep, it seems correct
Multiday events in right part are rendered correctly.
In left part, styling for day with events was overriden by current week selection ( if you switch week view for the next week , the events from previous week will be marked in minical )