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

Regarding Recurrentce Rule Format

5 Answers 122 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Suriya
Top achievements
Rank 1
Suriya asked on 24 Mar 2010, 09:04 AM
Dear Sir,
web Recurrence Rule format is not in coincide with the Windows Recurrence Rule format. Is it possible
to convert the rule format in accordance with the windows format.
I have to convert the rule format as same as the windows format from web fromat


web format
DTSTART:20100325T110000Z  DTEND:20100325T113000Z  RRULE:FREQ=WEEKLY;COUNT=4;INTERVAL=1;BYDAY=TH  

windows format
FREQ=WEEKLY;COUNT=10;RECCURENCESTART=20100324T103000Z;BYDAY=WE,SA;WKST=SU

By
S Suriya NArayanan

5 Answers, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 26 Mar 2010, 07:02 PM
Hello Suriya,

Currently RadScheduler for WinForms has a bit different behavior when it comes to recurrence appointments. It doesn't hide the major appointment, and when you create one recurrence appointment the major appointment will be shown and the recurrence will start from the recurrence start date. This is the reason that we save it in the recurrence rule. This behavior is a bit odd, and we will change it to coincide with the web scheduler (and Outlook as well). This will be done for the upcoming release.

The workaround is to save the recurrence rule from the winforms scheduler and after that modify it in the web scheduler to fit your needs.

If you have additional questions feel free to ask.
 

Kind regards,
Dobry Zranchev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Suriya
Top achievements
Rank 1
answered on 27 Mar 2010, 05:15 AM
Thanks for ur info.

Is there any way do that manually....
0
Dobry Zranchev
Telerik team
answered on 01 Apr 2010, 07:28 AM
Hello Suriya,

You could delete "RECCURENCESTART=20100324T103000Z;" from the recurrence rule in order to use the recurrence rule in the web. You should not do anything special if you what to read web format in winforms RadScheduler.

Do not hesitate to contact us if you have any further questions.

Regards,
Dobry Zranchev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
abhijit
Top achievements
Rank 1
answered on 15 Jul 2011, 03:31 PM
Hi ,
we are using RadSchedulerRecurrenceEditor in web application.
so through web application we are saving recurrence rule in database.(in string format)

now we want to read this recurrence rule in windows service and find occurences.

as per this thread recurrence rule format is different for web and win.
can you provide code to read recurrence rule set in web and i want to read it in windows service?

Thanks in advance...
0
Ivan Todorov
Telerik team
answered on 20 Jul 2011, 05:08 PM
Hello Abhijit,

You can use the help article that was given to you by my colleague Veronica in this forum thread. You just need to change the target framework of your service to the version against which the Telerik.Web.UI.dll was built (3.5 or 4.0) and you will stop getting the mentioned error messages.

Using our recurrence rule parser is not recommended, because there are still some differences between the windows and web formats.

Hope this helps. Feel free to ask if you have any additional questions.

Best wishes,
Ivan Todorov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Scheduler and Reminder
Asked by
Suriya
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Suriya
Top achievements
Rank 1
abhijit
Top achievements
Rank 1
Ivan Todorov
Telerik team
Share this question
or