Maps view problem

I have recurring events enabled in my application. When I click on the agenda, the browser gets hanged. So I figured out that the agenda view needs an end date specified and it started working like a charm.

The same problem exists with the map view. Is there any way I can apply an end date to the maps view?

Hello,

Should work the same way as agenda view:

scheduler.config.map_end = new Date(2012,0,1);

Best regards,
Ilya