My scenario is that i have a RadScheduler as part of my master page so it loads on all pages. This is done so that appointment reminders can popup on any page regardless of what page the user is on. This is working great with the exception of snoozing. Snoozing seems to work as long as the user doesn't change to a different page, or do anything that performs a page postback. When that happens, the page reloads and the snooze info is lost. I see there is a Reminder Snooze event, and in there can see where a Snooze Minutes value is provided. My question is how do i persist this value so that i can get it back into the scheduler after the scheduler data is reloaded. I can't assume that the user is just going to stay on the same page. The snooze value doesn't appear to be part of the actual Reminder text string.
Furthermore this snooze period would have to be converted to an actual time. If the user presses snooze for 5 minutes and i update the database somehow with this information, and then the user changes pages after three minutes, when the appointment is read back in the popup should only snooze for 2 more minutes, not 5.
Thanks for your help!
-Mark