For anyone following this thread, here is the code I used in the calendar_function.js file to disable dates:
var DISABLED_DATES = {
20150313: true,
20150314: true,
20150315: true,
20150316: true,
20150317: true,
20150318: true,
20150319: true
};
function disallowDate(date) {...