We’re planing our wokshops mostly for the next 4-6 months. The ocucrences datepicker displays only one month which makes this deficult. Displaying multiple month at once would help a lot. There is enough room for this and the Jquery-UI datepicker has allready the inbuild option for the month count so this task would be simple.
$( "#datepicker" ).datepicker({
numberOfMonths: 3
});
jquery ui multiple calendars doc
A quick mockup:


Adrian Maleska
Agreed, but there are some styling issues that need to be addressed first. I also think 2 months perhaps strikes a better balance between useability (in the case of occurrences months apart) and aesthetics.

Stephen Harris
Agree with you there – two months might be the best default value.

Adrian Maleska