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

Extract appointments for day as list

1 Answer 97 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 22 Feb 2013, 09:09 AM
Is it possible to populate a RadSchedule and then extract the list of appointments on a given day as a list?

The reason I need to do this being that a client would like their daily appointments added to a report but I cannot just query them from the database as I need all appointments run through the scheduler's recurrence engine first.

I am aware of a method suggested to allow recurrence engine support within the database - http://blogs.telerik.com/aspnet-ajax/posts/08-08-04/working-with-radscheduler-recurring-appointments-on-sql-server.aspx - however for various reasons this option is not achievable.

I can also write my own recurrence processor using the RecurrenceRule object but was hoping something easier would be available.

It would be great if I could just create a RadScheduler in codebehind, databind the appointments and get a certain day's appointment as a list which I can work with outside of the scheduer.

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 27 Feb 2013, 09:59 AM
Hello William,

 
I am attaching a sample project where similar scenario is implemented for retrieving appointments for a week. You can do the same for a day or other period.

Hope this will be helpful.

All the best,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
William
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or