Skip to main content

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

Details

note

The method requires the minical 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.