After an appt is inserted, how do I redirect to another page? I thought hooking the appointmentinserted event might work but it fires before the appt is actually created. I need insertion to complete first so I can put the ID in session state, then redirect to another page.