Skip to main content

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);

Details

note

Available from version 3.5

note

The method requires the limit plugin to be activated.

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.