Hi,
I have an app where I simply save the XML from the DHTML scheduler and then use this to create events in another app.
I understand that changes or deletions to a repeating event are stored as exceptions and linked by PID. However I don’t understand the “time stamp” stored in the event_length of the exception. How does this relate to the repeating sequence?
Here’s a simple example of my XML:
<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>
What does the 1344893400 represent? How can I use this to determine which event in the repeating sequence has been changed?
Thanks.
E.