The day Oct 31 is missing when I click to go to the next 10 days using the custom view sample that is provided.
You can modify add_decade method to show 10 or 11 days in the 3rd decade:
scheduler.date.add_decade=function(date,inc){ return scheduler.date.add(date,inc*((date.getDate()==21 &&
this.add(date,10,“day”).getMonth() == date.getMonth())?11:10),“day”); }
});