Can anyone help, I need the scheduler to add the events not
in one row in the database.
I mean when I want to add an event throw the advanced insert with this details :
Description:<Subject >
From: 1/13/2008 12:00 AM
To : 1/15/2008 12:00 AM
I want it to be added like this
<Subject> 1/13/2008 12:00AM – 1/14/2008 12:00:AM
<Subject> 1/14/2008 12:00AM – 1/15/2008 12:00:AM
But the current insert would insert it like this
<Subject> 1/13/2008 12:00AM – 1/15/2008 12:00:AM
Can you help me ??