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