This question is locked. New answers and comments are not allowed.
I would like to provide the following functionality:
- there is a scheduleview
- and a button
When a user clicks on a button, Recurrence dialog should appear with values that I predefine in codebehind (but the user can change them). "New appointment" dialog is not needed and should be skipped, since Recurrence dialog provides all the needed functionality, and what it does not provide, will be set in codebehind. When Recurrence is set by user and the user clicks OK, the appointment with selected recurrences is saved and ideally user does not need to do anything else about it.
If user then double-clicks on an appointment, again, he should not be allowed to edit the appointment, but only recurrences, so again, recurrence dialog should pop up.
I've been looking in ways to do this, but solutions provided online are based on the old scheduler, which is no longer available, and use some objects and namespaces that are not available in scheduleview namespace.
Is that functionality possible using the latest version (2012 Q1 with apr. 2nd build) and how?
Thanks!
- there is a scheduleview
- and a button
When a user clicks on a button, Recurrence dialog should appear with values that I predefine in codebehind (but the user can change them). "New appointment" dialog is not needed and should be skipped, since Recurrence dialog provides all the needed functionality, and what it does not provide, will be set in codebehind. When Recurrence is set by user and the user clicks OK, the appointment with selected recurrences is saved and ideally user does not need to do anything else about it.
If user then double-clicks on an appointment, again, he should not be allowed to edit the appointment, but only recurrences, so again, recurrence dialog should pop up.
I've been looking in ways to do this, but solutions provided online are based on the old scheduler, which is no longer available, and use some objects and namespaces that are not available in scheduleview namespace.
Is that functionality possible using the latest version (2012 Q1 with apr. 2nd build) and how?
Thanks!