To redirect to another site instead of showing the appointment dialog: function C1WebSchedule1_OnClientBeforeDialogOpen(oWebSchedule, sDialogName, oData, oEventArgs) { window.location = " http://www.componentone.com " eEventArgs.cancelEvent = true ; }; regards, Greg L