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

When I am going to deleting one of the event in the series of recurrence .

7 Answers 150 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
shashidhar ch
Top achievements
Rank 1
shashidhar ch asked on 08 Nov 2010, 11:21 AM
When I am going to deleting one of the event  in the series of recurrence .
it is deleting all the events in the series.
How to delete one particular event in the series.

can u give me some example or videos  how to delete only particular event in the serious.
how to save the events when you using recurrence rule.

we are not using built in add events pop-up. manually we are inserting recurrence events using your recurrence rule.

can u please help how to solve this problem.


Shashi....

7 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 09 Nov 2010, 05:18 PM
Hello shashidhar ch,

If you try to delete an instance of a recurring appointment, the "Deleting a recurring appointment" pop-up appears so that you can indicate whether you want to delete the single instance or the entire series:



You can see it in the Customization Demo when you try to delete "Technical Meeting" appointment.

Please let me know if you have more questions.

Best wishes,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
shashidhar ch
Top achievements
Rank 1
answered on 10 Nov 2010, 06:17 AM
Hi,

I am not using telrik "Advance edit popup" , i am creating recurrence events using telrik recurrence rules.( day,week,monthly,yearly rules).
i have set  the property not to open the popup using "args.set_cancel(true)".

i have created my own popup with my defined structer occarding to my requirements in the popup. on that pupup i have insert and delete buttons are there. if i click on the delete button it delets all the recurrence.

because in the database i have only one record for that event with recurrence rule. there is no child table for recurrence events.
while retriving the recurrence events i am expanding the rule and displaying on the scheduler.

everything is working fine, but only problem is while deleting the recurrence events it is deleting all the records .
can you help me in this problem .

Thanks & Regards
Shashi.....
0
Stuart Hemming
Top achievements
Rank 2
answered on 10 Nov 2010, 09:55 AM
Shashi,

To delete a single occurrence, you need to ADD a recurrence exception to the original appointment.

I think you'll find that this documentation article will help you here.

Don't forget to mark this reply as an answer.

-- 
Stuart
0
shashidhar ch
Top achievements
Rank 1
answered on 10 Nov 2010, 12:01 PM
Hi,

Thanks for your immediately response.
let me check with your code.

Thanks & Regards
Shashi....
0
shashidhar ch
Top achievements
Rank 1
answered on 10 Nov 2010, 03:39 PM
Hi,
how to delete single event from recurrence series using my  delete button from own popup. not recurrence advance popup.
I have created hourly recurrence events using recurrence rule.  i am not using your built in popup, i have created my own popup , in that popup i have delete button.

i am saving below rule in "recurrencrule" field in my database which i have created using recurrence rule.
" DTSTART:20101117T080000Z  DTEND:20101117T090000Z  RRULE:FREQ=HOURLY;COUNT=10;INTERVAL=2  EXDATE:20101117T080000Z  ".

Thanks & Regards.
Shashi...


0
Veronica
Telerik team
answered on 16 Nov 2010, 08:59 AM
Hi shashidhar ch,

Please accept my apologies for the late reply.

You can handle the OnClientRecurrenceActionDialogShowing client-side function and use the set_editSeries(true) function to be able to delete only one occurence of the recurring appointments. Please take a look at this help topic for more information.

Hope this helps.

All the best,
Veronica Milcheva
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
shashidhar ch
Top achievements
Rank 1
answered on 17 Nov 2010, 12:01 PM
Hi,

while deleting a single occurrence, we need to ADD a recurrence exception to the original appointment.
but while updating recurrence event in the series how to edit ?
please help in this issue.

ThankS & Regards
Shashi....
Tags
Scheduler
Asked by
shashidhar ch
Top achievements
Rank 1
Answers by
Veronica
Telerik team
shashidhar ch
Top achievements
Rank 1
Stuart Hemming
Top achievements
Rank 2
Share this question
or