var calendar = app.calendar.create({
...
// Disabled 10th November 2015 and 11th November 2015:
disabled: [new Date(2015, 10, 10), new Date(2015, 10, 11)],
...
});
So the easiest solution would be to transform your array before your use app.calendar.create. What values does your DB generate for date values?