seankenny / fullcalendar

Full-sized drag & drop event calendar (jQuery plugin)
http://arshaw.com/fullcalendar/
MIT License
60 stars 39 forks source link

Not able to get resource ID #13

Closed jochem4207 closed 10 years ago

jochem4207 commented 10 years ago

When I drop a event in to the calendar. I expect to get some resource information. The only info I seem to get is all resources when I call the view object.

See my SO question for lot more info:

http://stackoverflow.com/questions/22939239/fullcalendar-get-position-or-get-get-resource

This is fixed by the new update. super thanks! Can be closed!

seankenny commented 10 years ago

Check out https://github.com/seankenny/fullcalendar/blob/master/tests/droppable_resourceView.html for a demo on how to achieve this (following an update to the ResourceView.js code).