Page 1 of 1

How can i add extra field to weekschedule table?

PostPosted: Sun Sep 14, 2008 4:28 am
by bestir
Hi Chris,
I have used your modified code for week planer, and everything is going well :D . Now i need to add some fields to weekschedule table and my xml node will be like below-

<item>
<id>2323232</id>
<somefield>somefield</somefield>

<somefield>somefield</somefield>
<description>dfdfd</description>
<eventStartDate>dfdfd</eventStartDate>
<eventEndDate>dfdf</eventEndDate>
<bgColorCode>dfdfd</bgColorCode>
</item>



Could you help me which code i need to modify for making it possible.
Thanks in advance. :?: