Issue 1071: eventDragStop don't seem to work when doing external draggin
Status:  Done
Owner: ----
Closed:  Sep 2011
Reported by totti...@gmail.com, Aug 8, 2011
Hi
Im trying to trigger a function when the obj is dragged in to the calendar  using the month view, but eventDragStop does not seem to work. it work when dragging an event that is  already in the calendar but not with u draggin it from outside.

also im trying to make the month view display the complete time (start-end time) in the events.

any ideas? 

Cheers
Antonio

Aug 8, 2011
#1 totti...@gmail.com
 i managed to display the complete time on the event , but im looking for something like in the week vew, with the event time on top and the title on the body .

Thnanks
Sep 29, 2011
Project Member #2 adamrs...@gmail.com
to answer your first question, the `drop` callback is what you want:
http://arshaw.com/fullcalendar/docs/dropping/drop/

for your 2nd question, i dont think that's a good idea because then events would be too tall, and there is limited vertical space on each day in month view. however, you could rig up something custom with `eventRender`.
Status: Done