I have calendar control with calendar overlays in a page to show calendar events to end-user. All calendar overlay events opens in a new window. But my client wanted to open those events in modal dialog, not in new window. Then I used the below code in my page(where calendar control presents) using content editor webpart.// load our function to the delayed load list_spBodyOnLoadFunctionNames.push('calendarEventLinkIntercept');...