DevExpress ASP.NET MVC Scheduler Storage Control (SchedulerStorageControlExtension) is a non-visual extension that implements all scheduler-based data operations using third-party extensions.
This demo illustrates how to create appointments (SchedulerStorageBase.CreateAppointment method) with reminders and assign them to an GridView (DataSource property). Click the "Create Appointment with reminder" button to create an appointment with a reminder that is displayed 5 seconds after it is created. This invokes a hint that notifies end-users about the event, and they can snooze or dismiss reminders using the hint's buttons.