Well I’m facing this problem.
I noticed that in this scenario:
Weekly recurring event starting on 20th of November 2012 repeating every Monday/Tuesday/Wednesday ending by 27th of November 2012, it’s actually starting on Monday 19th.
The data is submit to the form with property “start_date” equal to 19th instead of 20th.
I thought it should start on the specified startday regardless of the repeating days.
Is there a workaround? I’d like the recurring event to behave like in Google calendar.
Solved
I just debugged the javascript and commented this line in dhtmlxscheduler_recurring.js
dates.start = scheduler.date.week_start(dates.start);
I guess it’s the only way to make it work like Google calendar.
Still I think the original behavior it’s not good. It should start when the user wants it to.
Hi,
thank you for your feedback,
we will consider changing the original behavior in future versions
Thank you very much Aliaksandr, this way I don’t have to fix the javascript code myself for future releases