Drag and drop events between calendars

I am developing an application that makes use of multiple instances of the calendar in Vaadin. I would like to provide the abilitiy for my users to drag and drop events between the different calendars. Is this possible? The problem I’m running into is that calendar events are not components and thus cannot be wrapped with the DragAndDropWrapper. I don’t think I can use the Vaadin drag and drop framework for this, correct? Is there another alternative?