destroyCalendar
Description
Destroys previously created mini-calendar
destroyCalendar: (name?: any) => void
Parameters
name- (optional) object - the mini-calendar's object (if not specified, the scheduler attempts
to destroy the last created mini calendar)
Example
var calendar = scheduler.renderCalendar(...);
...
scheduler.destroyCalendar(calendar);
Related samples
Details
note
The method requires the minical 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.