We have a module in an application that is based around the RadScheduler.
The module allows a person to create an event and to invite a number of people (1 to 100s) to it.
I've been giving some thought to what we can do with the upgrade to the version of the control that we are using for this module. Currently based on Q1 2009, the RadScheduler has a number of enhancements that I'd like to take advantage of, the first of these for consideration is Reminders.
I'd like to voice a couple of assumptions about how these work and would appreciate a comment on them from someone at
telerik towers on whether or not I've got it right.
- I assume that the reminder will popup for the creator of the event if that user is inside RadScheduler at or after the time the reminder is due.
- I assume that if (1) above is true it is simply the fact that an appointment with a reminder set is loaded in to the RadScheduler that is enough for it to display the reminder.
- I assume that if (2) above is true then if the same appointment is loaded in the the RadScheduler of any number of other users at or after the time the reminder was due, that the popup would appear for them too.
- I assume from my reading of the docs on the subject that Browser Cookies need to be enabled for the snooze operation to work and not for reminders in general.
In addition to the above, could you tell me whether or not there is any likelyhood of the Reminder popup form being made available for customization.
--
Stuart