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.