I am following the example here:
http://mvc.daypilot.org/mvc-3-razor-calendar-and-sql-server-tutorial-c-and-vb-net/
I am getting an error on the callback. I can see my data and the fields I am setting are there.
"my list" does not contain a property with the name 'resource'.
DataStartField = "start_date";
DataEndField = "end_date";
DataTextField = "event_id";
DataIdField = "event_id";