Existing event as droptarget in drag & drop

Asked by Andreas
17 years ago.

Hi,

I'm trying to implement a functionality that will connect an event to some external info/data. I have a list containing the data that should be connected. An item in the list is dragged to an event in the calendarand dropped on the event.

I want to be able to retrieve the target event in the MoveEvent handler. Is this possible?

At the moment I'm fetching the event from the database based on the NewStart value, but many events can have the same start value. I need to know the exact event.

/Andreas

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.