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

how to edit/delete recurring appointment(server side)

8 Answers 195 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Dhana R
Top achievements
Rank 1
Dhana R asked on 03 Sep 2009, 06:25 AM
Hi,

While editing or deleting recurring appointments we get a pop-up window that asks us to choose either the occurance or the series. I need help to capture the selection and pass it to the server, so that it may be changed accordingly.

Thanks
Dhana


8 Answers, 1 is accepted

Sort by
0
Dhana R
Top achievements
Rank 1
answered on 03 Sep 2009, 01:48 PM
while deleting recurrence appointment, am getting the following options
1.delete this Occurence
2.delete the series

while choosing any of the above 2 options, no events like radschedular_AppointmentDelete

I need to identify which options i selected from serverside

please help me

I want the same as for edit also.am using <inlinedittemplete>



0
Peter
Telerik team
answered on 03 Sep 2009, 02:41 PM
Hi Dhana,

Maybe you can use OccurrenceDelete for this case. If that's not plausible, please explain what exactly you need to achieve.

Greetings,
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.
0
Anand S
Top achievements
Rank 1
answered on 03 Sep 2009, 03:02 PM
Hi Peter,

Thanks a lot for replying. Dhana just left from office, I spoke  to her and this is the update

For normal appointment(non-recurring appointment), the serverside event radschedular_AppointmentDelete fires. It works fine.  
But while deleting recurrence appointment, no server side event is fired.   
Including raschedular1_OccurrenceDelete(object sender, OccurrenceDeleteEventArgs e)

Let us know if you have any hints/clues. 

Thanks a lot  for the  quick  response.

Anand

0
Dhana R
Top achievements
Rank 1
answered on 04 Sep 2009, 08:05 AM
Hi

 I tried the event radSchedular1_OccurrenceDelete(object sender, OccurrenceDeleteEventArgs e), but it is not firing when i click to the recurrence option(delete this occurence or delete series)

Based on the choices in selection, i need to update the value in the db. I need to call the server side and call my stored procedures  to update the db

Note:for normal delete(non recurring appointment),the serverside event radschedular_AppointmentDelete fires. It works fine.  Problem in delete recurring appointment only.

Thanks for any help/pointers

Thanks,
Dhana
0
Dhana R
Top achievements
Rank 1
answered on 05 Sep 2009, 01:37 PM
Hi,

I am storing my recurring rule in separate table. Will this be a reason  that the server side events are not firing  ?
The serverside event RadScheduler1_AppointmentDelete fires for a single appointment
But neither RadScheduler1_AppointmentDelete   or RadScheduler1_OccurrenceDeletefires or RadScheduler1_AppontmentUpdate for a recurring appointment

Thanks,
Dhana


0
Greg M
Top achievements
Rank 1
answered on 22 Sep 2009, 03:07 PM
I am having the same issue. The delete works great for single appointments but nothing server side will fire when I try to delete the series. Is there any update to this issue? Is there a different method in the provider that needs to be overriden?

0
David
Top achievements
Rank 1
answered on 17 May 2018, 03:02 PM

I know this is an old post but I'm having similar issues.  I can delete a non-recurring problem without issue.  I can delete an occurrence (actually update but is fired in the "OnOccurrenceDelete").  When I try to delete the series, nothing fires server-side which is where I need this to happen due to custom datasource.  

What is supposed to fire when a delete series is requested?

0
Peter Milchev
Telerik team
answered on 22 May 2018, 09:33 AM
Hello,

Here are some appointment deleting recurring appointment scenarios and the events that are fired for each of them:


Attached is the example you can use to check that.

Regards,
Peter Milchev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Scheduler
Asked by
Dhana R
Top achievements
Rank 1
Answers by
Dhana R
Top achievements
Rank 1
Peter
Telerik team
Anand S
Top achievements
Rank 1
Greg M
Top achievements
Rank 1
David
Top achievements
Rank 1
Peter Milchev
Telerik team
Share this question
or