Issue 2034: rename start & end > start_time & end_time
Status:  Done
Owner: ----
Closed:  Jun 2014
Reported by dmi...@intellectforce.co, Nov 14, 2013
I read the guidelines and I would like to request this.

I'm working on a server side code in Ruby, and end is a reserved word in Ruby so it makes it more difficult to map the model directly. I think start & end are to generic in programming world, therefore I suggest to make start_time & end_time or start_date & end_date default. Basically, anything but bare start & end.

Thanks.
Jun 7, 2014
Project Member #1 adamrs...@gmail.com
I think a lot of people like the succinctness of `start` and `end`. I don't know Ruby but there's gotta be a way to escape it. Otherwise, you can decide to call those fields whatever you want and use `eventDataTransform` to assign them to `start` and `end` at the very end of the process.

http://arshaw.com/fullcalendar/docs/event_data/eventDataTransform/
Status: Done