Issue 815: Add a eventDeleted handler
Status:  Done
Owner: ----
Closed:  Feb 2011
Reported by scham...@gmail.com, Feb 3, 2011
I'm using fullcalendar with some other libs (like qtip and jquery context menu [http://abeautifulsite.net/blog/2008/09/jquery-context-menu-plugin/]) and with both of them, I've got little snippets of HTML code in the bottom of my body tag.
I can't delete them safely because there is no trigger when an event is deleted (from the interface I mean, the graphical event), and none either when the rendering process begins.

It would be great to have this new handler (and maybe a lot more, like beforeRenderEvents, afterRenderEvents, ...) to suppress some behaviors linked to the graphical event.

Feb 10, 2011
#1 scham...@gmail.com
Hi again,

After a bit of time, I think that a beforeRenderEvents trigger would solve all the problems I just talked about, and some others too.
I was willing to do it myself, but taking a look at the source code, it's definitely above my JS level :D
If anybody have the time to take a look at it ... or at least explaining me which files I have to modify to add a new configuration property hand trigger the handler ?

Thanks.
Feb 13, 2011
Project Member #2 adamrs...@gmail.com
the eventRender (http://arshaw.com/fullcalendar/docs/event_rendering/eventRender/) callback basically IS a beforeRenderEvents callback.

sounds like your issue is related specifically to your own project. sorry, don't have time to walk people through developing their own custom implementations. hope you understand.
Status: Done