Sample Recurring Event Creation Query

Hello,
We are using this Calender for creating recurring event. But the problem arise in Daily Recurring event creation time. Suppose when we created a Repeat event in “Daily” “Every 1 day” end by “07.31.2012” that means the end date of this event is 31st july 2012. But when we looked at the calender the event display up-to “30th July 2012”. That means in 31st July the event is not visible.
Is this a issue because we find that this issue is still present in the demo calender also.
Recurring Events Demo - dhtmlxScheduler”.

We are attaching the issue screenshot.
Is there any solution for this problem?

Thanks,




This is by design, end-date is not included in the repeat period.
You can change behavior by using

scheduler.config.include_end_by = true;

Hello,
Thanks for your reply. But as per our project scope we need to include the end date.
So as per your code we have put the code in “01_recurring_events.html” file as for recurring purpose we are using this file.
scheduler.config.include_end_by = true;
but still not include the end date.
Can you please guide us where (in which file) we have to put this code or is there any modification we have to do?

Thanks,

Just add that line before scheduler.init, like in attached sample.
01_recurring_events.zip (879 Bytes)

Hello,
We have put the code in the same place you mentioned but still things not working for us.
Can you please provide us any other way? can you please tell us how to remove the end date exclude functionality? Means in which core file we have to make this change?

Thanks,

Please see the attachment for our recurring page.We have used recurring and also unit view both for display event. Please suggest us is there any other way by which we can do this? Because we have implement the line in your free version dhtmlx calender. But it’s not working as well.
recurring_events.zip (1.29 KB)

Scheduler’s init code looks valid.

Which version of scheduler you are using?
Try to use latest 3.6 version
dhtmlx.com/x/download/regula … eduler.zip

Hello,
Thanks for your response.The thing is that we have to modify core file for the shake of our project.But now it’s not possible to replace those core file with the latest version of this calender.So we want to buy you latest version commercial file but before that we need some clarification from your side regarding the support after purchase the commercial version.
We need to modify this calender in such a way that it fulfill our need.We are listing some points.
Points are below listed :
1> Can you provide us the full guide of creating shifts into different time span for a day using recurring or individual event.
2> Can we stop creating past date event?
3> Can we break an event into 3-4 shifts? Means like 1day consists 24hrs.So now can we create an event such a way that it had 8hrs time span.so 3different shift but one whole event.
4> Can we stop creating individual shift creation from a recurring event when pressing cancel button? Means if user press cancel button then it just hide the light-box.
5> As per this Calender in time of event deletion for a particular day from a recurring event in db it create another event with that start and end date. Can we change this behavior so that when a particular date is deleted then it totally delete that date not to create an extra event.
6> Now as we used this calender as Event registration calender so is it possible to stop create/update/delete event creation for front-end section?

Can your team provide us the solution for these?

Need your replay urgently for our project.