DayPilot Forums

DayPilot is the best open-source Outlook-like calendar control for ASP.NET.
DayPilot Pro Demo (Calendar control)
» DayPilot Pro live demo (Calendar control)
DayPilot Pro Demo (Scheduler control)
» DayPilot Pro live demo (Scheduler control)
Home » Features » Repeat Events

Repeat Events

Is it possible to create Repeat Events for example.

1. Book room on all week days at 11 for 2 hours.

2. Book room on all Mondaysat 11 for 2 hours for 4 weeks

Thanks

Anonymous - 10/7/2007 5:21:39 AM
This should be handled on the data layer - i.e. you should supply one record per event occurrence in the data source.

However, for 4.2 release I plan to include a helper data control that will take your recurrence data from the original source and expand it into the occurrences so it can be shown in DayPilot.

It will work like this (schema):

RecurrenceHelper.DataSource = originalDataSource;
RecurrenceHelper.Expand += new ExpandRulesEventHandler(YourOwnExpandRulesEventHandler);

DayPilotCalendar.DataSource = RecurrenceHelper;
Dan Letecky - 10/8/2007 8:45:35 AM

Thanks - I will look to the road map for the release date of 4.2.

Gareth

Gareth Phillips - 10/8/2007 10:07:21 AM

Hi Dan,

I was wondering if you are a little bit further with reoccuring appointments (the option to schedule repeating appointments)? It's an feature which will be important for us.

BTW, I am impressed by what you have done, we are looking forward to implement the pro version in our tool (with the mentioned feature in it :) )

michael

Michael - 2/12/2008 5:55:47 PM
Michael,

As I told you by e-mail, it would be possible to bring it back to the plan (it's on hold at the moment). But it will need some experimenting to see if it's a real help - it might be easier to expand the individual events from the recurrence rules using your own routines (the control will impose a certain model and you might want to use a different one).
Dan Letecky - 2/13/2008 10:55:10 PM
Post reply