Trouble with loading description and setting URL

Hello everyone.

I have problem with loading data from ical file.

iCal file:
BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
UID:0100805
URL;VALUE=URI:http://192.168.39.138/otrs/index.pl?Action=AgentTicketZoom;TicketID=806
DTSTAMP:20120127T155900
DTSTART:20120127T155900
DTEND;VALUE=DATE:20120127T205900
SUMMARY:#0100805 TaskSLA SLA(AdminOTRS)
DESCRIPTION:Some text here
SECTION_ID:1
END:VEVENT
END:VCALENDAR

Event created, but Description is equal to summary(and no url anywhere).

And another question: Is any possability to disable editing period time in dblclick menu?

Sorry for my English.

Try to use

scheduler.templates.event_text = scheduler.templates.event_bar_text = function(s,e,ev){ return ev.description; }

Similar ev.url must contains value of the related url, you can include it in template or map to the some editor in lightbox form.