search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Existing event as droptarget in drag & drop

Asked by Andreas
14 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

Comment posted by Dan Letecky
14 years ago.

There was a discussion about this scenario some time ago.Ewart Nijburg suggested using OpenRico framework:

You can probably do it using plain JavaScript as well. But the trick is to use a different drag&drop mechanism than the built-in external event move.

This is an interesting use case and I would like to write a tutorial about it soon.

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