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

A time portion in the recurrence "End By"?

1 Answer 33 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Edward Talbot
Top achievements
Rank 1
Edward Talbot asked on 08 Apr 2011, 06:13 PM
At the moment I am implementing my own behaviour whereby a user clicks on a recurring appointment, and can then choose from a context menu to "Delete all Future Appointments".

This works by parsing the existing Recurrence Rule associated with the appointment, setting the Range.RecursUntil property of the rule to a date/time, and then saving this.

This works, but if you are setting the date/time to part-way through a day, e.g. 14.30 - this is not reflected in the Advanced Form when the user comes to manually edit the Recurrence again.

This is because on the Advanced Form, the "End By" only has a date picker - it doesn't have a time picker as well.

Is there a time-picker available for the "End By" date available?  Or will I have to set the Range.RecursUntil to a "midnight" value all the time? If you are dealing with appointments that recur hourly, then this might cause issues for a few people.

Thanks in advance for your help.

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 13 Apr 2011, 02:53 PM
Hi Edward Talbot,

RadScheduler supports only EndBy <specific date>.

But if it's working correctly when set using your context menu, you can display this by overriding the AdvancedForm and add a TimePicker.


Regards,
Nikolay Tsenkov
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
Edward Talbot
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
Share this question
or