seankenny / fullcalendar

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

Multi-day events on Resource Day view #48

Closed bencoates closed 9 years ago

bencoates commented 9 years ago

Events that span multiple days do not seem to show up on the Resource Day view (say an event that begins 9am Tuesday and ends 5pm Wednesday) but does show on all other views

bencoates commented 9 years ago

I figured this out. It's because I'm returning events from my DB constrained by the "start" and "end" dates of the current view.