Is there a built in functionality to allow a scheduled item to also occur multiple times in a day?If so is there a reference on this?
If not, would it be possible to extend the current scheduler to easily allow for this? What is recommended?
Thanks,
Hello donschaberg,
I am just checking if you require any further assistance on the matter.
"However note that the built-in recurrence dialog does not have user interface that lets the end user specify/modify hourly rules."
Then is it possible to customize the dialog to allow intra day?
Thank you for the additional information.
If you require any further assistance please do not hesitate to ask.
Thanks for the additional clarification.
There is the flexibility as mentioned above to create custom dialogs for the XamScheduler. Here is an additional reference for anyone else interested:
http://help.infragistics.com/Help/NetAdvantage/Silverlight/2011.2/CLR4.0/html/xamSchedule_Using_ActivityDialogs.html
The ActivityRecurrenceDialogCore is designed to only deal with Daily, Monthly, Yearly and Weekly recurrences so I don't think you can modify it to add this functionality. If you wanted to support this, you would likely need to create your own dialog and provide the entire functionality for every recurrence type you wanted to support. You would then create a custom ScheduleDialogFactoryBase, override the CreateActivityRecurrenceDialog and return an instance of your dialog control.