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

AppointmentCreated and Multi-Day Appointments

2 Answers 29 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Adrian Barnes
Top achievements
Rank 1
Adrian Barnes asked on 09 May 2011, 01:26 AM
When a multi-day appointment fires the AppointmentCreated event of the Scheduler, how can I tell what date the event has been fired for?

In other words, if I have an appointment scheduled for 5 days, it seems to fire the AppointmentCreated event 5 times.  The start/end dates are naturally the same, and I don't see a way to tell which date the event is being fired for.

2 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 12 May 2011, 08:46 AM
Hello Adrian Barnes,

Unfortunately you can not find which date the AppointmentCreated event is being fired for. The reason is that you can access this information through the Timeslot. Unfortunately in the EventArgs you can only access the Appointment but not the TimeSlot.

Please accept my apologies for the caused inconvenience.

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.

0
Adrian Barnes
Top achievements
Rank 1
answered on 12 May 2011, 01:33 PM
Ok thanks for the response.  That does seem like it should be a pretty basic/fundamental component of the AppointmentCreated event though.
Tags
Scheduler
Asked by
Adrian Barnes
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Adrian Barnes
Top achievements
Rank 1
Share this question
or