Light Box Header

I want to remove the Light box Header time like(00:00 - 00:05).
And I want to show the Event Title instead of Event Description on the calendar .
hear Event Title is my custom field,

You can customize event_header template, which is responsible for this part of output.

can you tell what modification can i do .
to get only Title .

scheduler.templates.event_header=function(s,e,ev){ if (scheduler._lightbox_id) return "header for lightbox, or empty string if you need not it"; return "header for events"; }

thanku