unmarkTimespan
Description
Removes marking/blocking set by the markTimespan() method
unmarkTimespan: (divs: HTMLElement|any[]) => void
Parameters
divs- (required) HTMLElement | array - a timespan to remove marking/blocking from (or an array of timespans)
Example
var spanDIV = scheduler.markTimespan({
days: [0,6],
zones: "fullday"
});
scheduler.unmarkTimespan(spanDIV);
Related samples
Details
note
Available from version 3.5
note
The method requires the limit plugin to be activated.
Related API
Related Guides
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.