scheduler.addMarkedTimespan({//block each week end
days:[5],
zones: "fullday",
type: "",
css: "holiday",
html: "Holiday"});
the above code means every friday will be block. But i want to any specific friday will be unblock. it is possible?