serialize_recurring issues

Hi sir:

I use this example:
docs.dhtmlx.com/scheduler/sample … rring.html

The situation is to create a recurrence events from 2010-01-20~2010-01-21 and occurrences 5 times and and I update the content at 2010-01-22~2010-01-23.

I push the show button the content show as:




<start_date></start_date>
<end_date></end_date>
<rec_type></rec_type>
<event_length></event_length>
<event_pid></event_pid>




<start_date></start_date>
<end_date></end_date>
<rec_type></rec_type>
<event_length></event_length>
<event_pid></event_pid>

I use this ical code to load the schedule, but the screen show to create new event, not the update event at 2010-01-22~2010-01-23.
This is not my expect.
How do i update the events and to get the correct xml to implement the cross day events.

Thanks a lot.

I would like to ask:
If the modify event of series events is not one day, it’s a cross day(maybe 2days or 3days…etc…).
How do i calculate “event_length” value??
Thanks.

Hi,
in the modified event the property “event_length” contain a timestamp in minutes for a date when the event should occur initially. For example, if you create a recurring event for each day starting at 10am, and the then drag one occurrence from 2014-08-15 10:00 to 2014-08-15 11:00, the “event_length” in the modified occurrence will be a timestamp for initial date : 2014-08-15 10:00. “start_date” and “end_date” will be the real new dates of the modified occurrence.
docs.dhtmlx.com/scheduler/recurr … ntheseries