0
は本当に簡単かもしれませんが、私はドロップ可能イベントをドロップすると、私は自動的にしてくださいヘルプ ドロップ可能なイベントにeventclickを追加する方法
$('#calendar').fullCalendar({ droppable: true, drop: function(date) { //the command go here! this.click or something like that } });
、それをクリックします!