removes marking/blocking set by the markTimespan() method
divs | HTMLElement| array | a timespan to remove marking/blocking from (or an array of timespans) |
var spanDIV = scheduler.markTimespan({
days: [0,6],
zones: "fullday"
});
scheduler.unmarkTimespan(spanDIV);
Available from version 3.5
The method requires the limit plugin to be activated.