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

RadScheduler Recurrence Update by Day with NoendDate/tillDate

3 Answers 107 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
suresh
Top achievements
Rank 1
suresh asked on 13 Nov 2007, 12:56 PM
Hi

Sorry If I am not clear in my previous posting,  I am using RadScheuduler Control with week view , I have a requirement like  I am having appointment on Monday, Tues, Wed.

If I will update Monday with recurrence rule by every day with NoendDate/Date. Then it is modify my appointments in Tuesday and wednesday.

Instead of that I want a alert saying that there is already one appointment is existing in the next day if there is a appointment.

Could you please give me suggestions for the above task.

Your help is much appreciable

Thanks
Suresh

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 13 Nov 2007, 05:12 PM
Hi Suresh,

You can check in the AppointmentUpdate event if RadScheduler1.Appointments.GetAppointmentsInRange(StartTime, EndTime)  returns any appoitments and if so, you can call invoke a confirm window. Also, you can cancel the update if needed using e.Cancel = true.

I hope this helps.


Greetings,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
suresh
Top achievements
Rank 1
answered on 14 Nov 2007, 07:29 AM
Hi  Peter

I want to find out how to retrive end date of the appointment with the recurrence rule.

So that We can check with if there is any appointments are existing . All I want to do I dont want to overlap any other appointments with any possible cases either recurring with day/week/hour/occurence with some end date/ no end date.

could you please provide me a sample code or application

the code snippet you provided is not supportin the recurrence if i am not wrong.

Please provide me the necessary code snippets.

Thanks in advance.

Suresh
0
Peter
Telerik team
answered on 16 Nov 2007, 03:41 PM
Hi Suresh,

We prapared a KB article: How to display all RadScheduler appointments in GridView which will help you for this case.

Let us know how it goes.

Best wishes,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
suresh
Top achievements
Rank 1
Answers by
Peter
Telerik team
suresh
Top achievements
Rank 1
Share this question
or