Urgent !!!! Calendar's task customization
I need to customize the "edit event" form with my own event properties.
As I know, is posible to modify the new_event.xml and new_event.xsl files to customice the user interface (adding or removing event properties). But, does Anybody knows which are the changes I need to do in the Calendar Server to manage (show, store ..) this properties?
[362 byte] By [
705154] at [2007-11-25 8:48:02]

Sorry, I'm using Calendar Server 5.1.
As i have seen in the document "Iplanet Calendar Server Customization Tips" at:
http://docs.sun.com/source/816-5514-10/custtips.htm
the information of an event is contained inside the xml tag <eventdata/>. This tag is expanded by the server and looks like:
<eventdata>
<Event e_Summary="LaterMeeting"e_Summary_urlencoded="LaterMeeting"
e_writeAccessAllowed="true" ......>
.......
</Event>
</eventdata>
How does the calendar Server expands this tag?, is it posibble to customize this process?
Thanks.