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

[Solved] Using a process to execute based off of scheduled events

1 Answer 54 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Brian Lafleur
Top achievements
Rank 1
Brian Lafleur asked on 09 Oct 2009, 02:52 AM
I want to use the RadScheduler to create different events in a calendar, once the events are created I want to have a process running everyday that looks for things scheduled then executes based off of them.  I don't understand how the process will know when to run because only one record is created and controlled by RecurrenceRule field.  How is the demon to know when it is suppose to run if there are not in individual records to look at, only

DTSTART:20091007T100000Z
DTEND:20091007T113000Z
RRULE:FREQ=WEEKLY;COUNT=10;INTERVAL=1;BYDAY=MO,WE

is there another way that 3rd party processes can know when its actually been scheduled?

Thanks,
Brian

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 09 Oct 2009, 04:03 PM
Hi Brian,

Yes, parsing the recurrence rule will allow you to get the dates on which the recurring appointment occurs. Here is a couple of articles which will help you with this approach:

http://www.telerik.com/support/kb/aspnet-ajax/scheduler/how-to-display-all-radscheduler-appointments-in-gridview.aspx

http://www.telerik.com/help/aspnet-ajax/schedule_serversideworkingwithrecurringappointments.html


Best wishes,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler
Asked by
Brian Lafleur
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or