Vinay,
Yes, you can also change it to CallBack but it should work with Notify as well. In order to reload the events you need to set DataSource (reload the data from a database) and call DataBind() and Update(). This will ensure that BeforeEventRender is fired and the new event data set is set to the client side.
Let me know if it doesn't work as expected.