ui-calendar
ui-calendar copied to clipboard
Drag and drop with tooltip (the tooltip will stay)
It might be good to do a jQuery.remove after drag and drop
```
eventDrop: function() {
$(".popover").remove();
},