This is a migrated thread and some comments may be shown as answers.

Sending notifications based on RadScheduler DB

1 Answer 97 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
GrZeCh
Top achievements
Rank 2
GrZeCh asked on 24 Nov 2008, 09:45 AM
Hello!

I'm wondering .. does anyone tryed to send notifications (for example by email) using informations stored in RadScheduler database? Biggest problem here I think is sending only one email per RadScheduler entry (especially for recurring events which can be changed from 1 per month to 1 per week).

Thanks for any info

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 25 Nov 2008, 02:54 PM
Hi GrZeCh,

You can handle recurring appointments by checking what their RecurrenceState is. For example:

if(e.Appointment.RecurrenceState == RecurrenceState.Master)
{
   ...
}

I hope this helps.

Kind regards,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Scheduler
Asked by
GrZeCh
Top achievements
Rank 2
Answers by
Peter
Telerik team
Share this question
or