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

Requirement: Create 30 min time slots from 8 - 5 and allow users to create upto 5 appointments for e

1 Answer 119 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Tena
Top achievements
Rank 1
Tena asked on 09 Mar 2009, 08:18 PM
Requirement: Create 30 min time slots from 8 - 5 and allow users to create upto 5 appointments for each slot.
ex: 8 - 8:30 AM; 8:30 AM - 9:00 AM etc time slots should be available on the calendar for users to pick a time slot and schedule. Calendar should allow upto 5 concurrent appointments for a time slot.
Calendar can be database driven with time slots created in advance for x number of days.

Question: Can we accomplish this using Telerik Scheduler control?

1 Answer, 1 is accepted

Sort by
0
Serrin
Top achievements
Rank 1
answered on 10 Mar 2009, 02:37 PM
Heya vamsi,

You can find that functionality in some of the online demos...

The occupied timeslot demo shows how to limit appointments per time slot, which also lets you up the number of appointments allowed in a timeslot by increasing the AppointmentsLimit constant:

http://demos.telerik.com/aspnet-ajax/scheduler/examples/limitconcurrentappointments/defaultcs.aspx

As far as time slots go, they are fully configurable, check out this demo which shows the range of options you can use for defining your timeslots:

http://demos.telerik.com/aspnet-ajax/scheduler/examples/customization/defaultcs.aspx

So in short, yes you can do this with Telerik RadScheduler. :)
Tags
Scheduler
Asked by
Tena
Top achievements
Rank 1
Answers by
Serrin
Top achievements
Rank 1
Share this question
or