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

scheduler recurring appointment update

1 Answer 51 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Menaga
Top achievements
Rank 1
Menaga asked on 12 May 2011, 08:27 AM
hi,

    when i create a non recurrence Appointment ,i can get the edited value with the code


    description = e.ModifiedAppointment.Description.ToString();

how can i get the edited value of  Recurrence appointment when updated

1 Answer, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 17 May 2011, 11:09 AM
Hello Menaga,

No matter if the appointment is standart or recurring you can easily access the properties of the recurring appointment via e.ModifiedAppointment in the OnAppointmentUpdate event. Please take a look at this demo for an example.

Regards,
Veronica Milcheva
the Telerik team

Browse the vast support resources we have to jump start 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.

Tags
Scheduler
Asked by
Menaga
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Share this question
or