OK, 1 is a specific example of a general case where our fool can create a recurring appointment where the recurrence interval is less than the event duration.
2. Is, I know, by design. But our fool is apt to just accept the defaults and if he creates an hourly recurring appointment and does nothing else, well, you know the results, I'm sure.
What I'd like to see in the Scheduler are options to:
As I say, I'd love to see these in the control, but I imagine that I'm going to have to do the work to try and outwit my fool for sometime to come.
However, if any one out there has already met my fool and written something to try and head him off, I'd be really grateful if you'd be prepared to share your code.
--
Stuart
<telerik:RadAsyncUpload runat="server" ID="updControl" Skin="Office2007" MaxFileInputsCount="1"
ControlObjectsVisibility="None" AllowedFileExtensions=".xls,.xlsx" OverwriteExistingFiles="true"
Height="20px" OnClientFileUploadFailed="UploadFailed" OnClientFileSelected="FileSelected">
</telerik:RadAsyncUpload>
function UploadFailed(sender, args) {
setErrorMsg(
"Please ensure required file to be uploaded is saved and closed.");
args.set_handled(
true);
return;
}
Please find the attached screen shots
Thanks