I have to views in my calendar: 1) day view where all resources are displayed 2) a week view where one resrouce is displayed. I have the following property in the calendar: TimeRangeSelectedJavaScript="addEvent(start, end, resource)"
While in the day view, the resource value works correctly when trying to add a new event. I think click the header (resource name) to go into week for and display seven days worth of events for a specific resource. When I try to add a new event, the resource value is always null.