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

How to find RadSchedulerRecurrenceEditor recurrence date

3 Answers 99 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Palanivelrajan
Top achievements
Rank 1
Palanivelrajan asked on 01 Nov 2012, 08:30 AM
Dear Sir,
 
I want to use RadSchedulerRecurrenceEditor alone (not along with Radscheduler) to capture recurring meeting frequency.
How to find the recurrence date (ie Meeting Date) between start and end date based on recurrence rule which is the user selection/input on RadSchedulerRecurrenceEditor.

Similarly if I have to send appoint to either outlook / lotus notes is there any provision on the same


With Regards
Palanivelrajan

3 Answers, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 06 Nov 2012, 09:42 AM
Hello Palanivelrajan,

Please follow this help article in order to find more information about reading the RadSchedulerRecurrenceEditor recurrence rule on both client and server sides depending on your application logic.

You might also find very helpful  this Code Library resource that demonstrates how a recurrence rule can be convert to a descriptive text.

Hope this will lead you into right direction.

Regards,
Boyan Dimitrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
amonte
Top achievements
Rank 1
answered on 09 Sep 2013, 01:47 PM
Hi,

I'm also attempting to use the RadSchedulerRecurrenceEditor without RadScheduler.  When the user selects the Recurrence checkbox, I want to be able to show an additional checkbox to allow the user to select between a single recurring event and the option to create multiple single occurring events.  Is there a way to do this?

Thanks,
Jerry
0
Boyan Dimitrov
Telerik team
answered on 12 Sep 2013, 08:50 AM
Hello Jerry,

I am afraid that the RadSchedulerRecurrenceEditor does not supports or offers feature like choosing between single occurrence and multiple single occurrence appointment. You can access the "ul" DOM element containing the check box items for weekly recurring option using the following jQuery selector:
//JavaScript
$telerik.$(".rsAdvWeekly_WeekDays")[1])

As I mentioned adding check box elements is not supported and might cause some unexpected behavior.


Regards,
Boyan Dimitrov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Palanivelrajan
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
amonte
Top achievements
Rank 1
Share this question
or