minicalendar

specifies the mini calendar object

object minicalendar;

Example

scheduler.config.minicalendar.mark_events = false; 
...
scheduler.init('scheduler_here', new Date(2013, 7, 5), "week");


Default value:

{ mark_events: true }

Related samples

Details

The property requires the minical plugin to be activated.

The minicalendar object has 1 property:

  • mark_events - (array) defines whether events will be highlighted in the mini calendar


Back to top