Playing with the RadScheduler demo has been very enjoyable. Quick question for the Telerik team though. Did you guys write your own recurring date engine or use a 3rd party to generate the recurring dates based upon the parameters a user specifies?
6 Answers, 1 is accepted
0
Hello Richard,
We did our own recurrence engine - the RecurrenceRule class. It is lightweight and tailored for the specific scenarios supported by RadScheduler.
Regards,
Tsvetomir Tsonev
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
We did our own recurrence engine - the RecurrenceRule class. It is lightweight and tailored for the specific scenarios supported by RadScheduler.
Regards,
Tsvetomir Tsonev
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Bastiaan Oelrich
Top achievements
Rank 1
answered on 04 Mar 2008, 08:28 PM
Hi,
If I want to display the appointments from the agenda maintained by the radscheduler in a custom format in another part of my application combining it with some other data in the application (NOT USING SCHEDULER, as a very specific display format is needed), how can i easily include all the recurring appointments. Can I create a hidden instance of the scheduler and ask for appointments in range or can i directly access your recurrence engine?
Thanks
Bastiaan
If I want to display the appointments from the agenda maintained by the radscheduler in a custom format in another part of my application combining it with some other data in the application (NOT USING SCHEDULER, as a very specific display format is needed), how can i easily include all the recurring appointments. Can I create a hidden instance of the scheduler and ask for appointments in range or can i directly access your recurrence engine?
Thanks
Bastiaan
0
Hello Bastiaan,
Please, view this KB article and let us know if you have any questions. We will be glad to assist you if need be.
All the best,
Peter
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Please, view this KB article and let us know if you have any questions. We will be glad to assist you if need be.
All the best,
Peter
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Maged
Top achievements
Rank 1
answered on 21 Jun 2009, 04:08 PM
Hello Telerik Team,
I am currently facing the same scenario mention above. Basically I would like to know if there is a way extract the recursive control from the appointment form with all the functionality to place it on separate form. Including the dynamic controls display on the page based on the rule.
I looked at the article mentioned above however I don't really think it's to clear on how to achieve the task. Can you please advise if this is feasible using the Telerik solution.
Looking forward to your reply as we are cutting a tight deadline.
Regards,
Maged
0
Hi Maged,
Please, refer to the Advanced Templates demo:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/advancedformtemplate/defaultcs.aspx
You can download a working sample of just this example from here:
http://www.telerik.com/support/kb/aspnet-ajax/scheduler/sample-project-of-the-customizing-the-advanced-template-example.aspx
The user control which implements the recurrence functionality is SchedulerDefaultForm.
Kind regards,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Please, refer to the Advanced Templates demo:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/advancedformtemplate/defaultcs.aspx
You can download a working sample of just this example from here:
http://www.telerik.com/support/kb/aspnet-ajax/scheduler/sample-project-of-the-customizing-the-advanced-template-example.aspx
The user control which implements the recurrence functionality is SchedulerDefaultForm.
Kind regards,
Peter
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Maged
Top achievements
Rank 1
answered on 22 Jun 2009, 07:57 PM
Hi Peter,
Thank you for your prompt response.
Best regards,
Maged
Thank you for your prompt response.
Best regards,
Maged