Issue 618: Override particular Agenda function
Status:  Done
Owner: ----
Closed:  Oct 2010
Reported by i...@martronic.ch, Aug 26, 2010
Is that a way to override (or customize) a function that is defined in Agenda function of fullcalendar.js?

Something like:
Agenda.slotSegHtml = function(event, seg, className) {
    ...
}

useful to customize simply the event view without writing a whole new fullcalendar.js

Fab

Oct 7, 2010
Project Member #1 adamrs...@gmail.com
eventRender could be used for this
http://arshaw.com/fullcalendar/docs/event_rendering/eventRender/

you can return your own element.

(will probably need to check to make sure view.name == 'agendaWeek' || view.name == 'agendaDay')
Status: Done