Scheduler fires the following events:
- change - fired when selection is changed
- viewChange - fired when the view is changed
- editDialogOpening - fired when the editor window is opening
- editDialogOpen - fired when the editor window is opened
- editDialogClosing - fired when the editor window is closing
- editDialogClose - fired when the editor window is closed
- dragStart - fired when an event dragging is started
- dragEnd - fired when an event dragging is finished
- resizeStart - fired when an event resizing is started
- resizeEnd - fired when an event resizing is finished
- contextMenuOpen - fired when the context menu is opened
- contextMenuOpening - fired when the context menu is opening
- contextMenuClose - fired when the context menu is closed
- contextMenuClosing - fired when the context menu is closing
- eventMenuOpen - fired when the event menu is opened
- eventMenuOpening - fired when the event menu is opening
- eventMenuClose - fired when the event menu is closed
- eventMenuClosing - fired when the event menu is closing
- dateMenuOpen - fired when the date selection menu is opened
- dateMenuClose - fired when the date selection menu is closed
- viewMenuOpen - fired when the view selection menu is opened
- viewMenuClose - fired when the view selection menu is closed.
- notificationOpen - fired when a notification is opened
- notificationClose - fired when a notification is closed.
- itemRemove - fired when an event is removed.
- itemInsert - fired when an event is inserted.
- itemUpdate - fired when an event is updated.
- itemClick - fired when an eventis clicked.
- eventShortcutKey - fired when an event shortcut key is pressed.
- dateChange - fired when the current visible date is changed(e.g. using the date navigation keys).