azam / fullcalendar-resource

Extends FullCalendar agenda day view with resource columns
http://azam.io
MIT License
11 stars 4 forks source link

Check selected resource #4

Open flavio-alves opened 8 years ago

flavio-alves commented 8 years ago

Hi Azam, is there any way to check, in the selected callback function, which resource is being selected?

Thank you and kind regards.

azam commented 8 years ago

Thank you for reporting this. I tried enabling selectable: true, and it throws up an NPE at the moment. I'll try to write up a fix for this, and have the selected resource available insired the select callback.

azam commented 8 years ago

Looked at the relevant code, and I think it might take some time to properly implement this. Refactoring for the latest FullCalendar is my first priority, so I will take a look at this after I do that.