destroyCalendar

destroys previously created mini-calendar

void destroyCalendar( [object name] );
nameobjectthe 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

The method requires the minical plugin to be activated.

See also
Back to top