javascript - Fullcalendar - drop external element -


i'm able drop external element calendar, i'm unable determine start / end of newly dropped event.

according docs, drop has callback function called when valid jquery ui draggable has been dropped onto calendar.

function( date, allday, jsevent, ui ) { } 

date holds javascript date object of draggable dropped.

now i'm able start value, object, couldn't find end value.

thanks


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -