6 Answers, 1 is accepted
0
Hi Rubihno,
Please, refer to the example on Limiting concurrent appointments - client-side. The extended case with recurrences is discussed in this forum thread.
I hope you find this helpful.
Regards,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Please, refer to the example on Limiting concurrent appointments - client-side. The extended case with recurrences is discussed in this forum thread.
I hope you find this helpful.
Regards,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Rubihno
Top achievements
Rank 1
answered on 01 Aug 2008, 01:57 PM
Thanks,
And if I were to check the recurrence of an appointment using another key example ID_Room, how can I implement it?If the room isn't duplicate?
Table
ID
StartTime
EndTime
Subject
Recurrence
DataStorage
ID_Room
And if I were to check the recurrence of an appointment using another key example ID_Room, how can I implement it?If the room isn't duplicate?
Table
ID
StartTime
EndTime
Subject
Recurrence
DataStorage
ID_Room
0
Perhaps, you can utilize the Available property of the resource object as in this example.
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Rubihno
Top achievements
Rank 1
answered on 01 Aug 2008, 03:15 PM
But if i want to insert the same room?I can't?-> error label -> this room in this recurrence is already used..for example...
0

Rubihno
Top achievements
Rank 1
answered on 01 Aug 2008, 03:35 PM
I can't insert two room appointment at different times in the same day..why?
excuse for the questions
excuse for the questions
0
Perhaps your scenario is similar to the one discussed in this forum thread. Please, review it and let us know if you have other questions.
If you need to convert the VB.NET code to C#, you can use: http://www.codechanger.com/.
Kind regards,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.