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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -