destroys previously created mini-calendar
name | object | the mini-calendar's object (if not specified, the scheduler attempts to destroy the last created mini calendar) |
var calendar = scheduler.renderCalendar(...);
...
scheduler.destroyCalendar(calendar);
The method requires the minical plugin to be activated.