| Package: | Ext.calendar | 
| Defined In: | CalendarPicker.js | 
| Class: | CalendarPicker | 
| Extends: | Object | 
A custom combo used for choosing from the list of available calendars to assign an event to.
This is pretty much a standard combo that is simply pre-configured for the options needed by the calendar components. The default configs are as follows:
fieldLabel: 'Calendar',
    valueField: 'CalendarId',
    displayField: 'Title',
    triggerAction: 'all',
    mode: 'local',
    forceSelection: true,
    width: 200