Issue 2542: Not able to get reference to .fc-helper from EventRender callback
Status:  Done
Owner: ----
Closed:  Aug 2015
Reported by koli...@finreport.cz, Jul 7, 2015
Hello,

I'm developping a calendar application where I want to implement travel time.
In my approach, to do this I need to get reference to '.fc-helper' from inside of EventRender callback which is not possible.
Is there any other way to do this?

My approach including issue details may be found here:

http://stackoverflow.com/questions/31264925/how-to-get-reference-of-fc-helper-from-eventrender-callback

Aug 2, 2015
Project Member #1 adamrs...@gmail.com
would this issue solve your problems?

https://code.google.com/p/fullcalendar/issues/detail?id=2351

(not implemented yet)

if so, please star
Status: Done
Aug 17, 2015
#2 koli...@finreport.cz
Hey Adam,

thanks for your answer, however I'm not playing with eventAfterRender, but eventRender.
I need to modify the inner HTML of the .fc-helper element from within a eventRender.

Does .fc-helper element exist in DOM once I've started dragging (without droping)?
If not, is there any other way to modify helper HTML while dragging?

Thanks for your answers.

Aug 22, 2015
Project Member #3 adamrs...@gmail.com
discussion has moved here: https://github.com/fullcalendar/fullcalendar/issues/2807