Issue 2279: Allow *Param options for in-memory event sources
Status:  WontFix
Owner: ----
Closed:  Sep 2014
Reported by msc...@mscdex.net, Sep 5, 2014
It would be nice to have the *Param options (e.g. `startParam`, `endParam`, `timezoneParam`) available to in-memory event sources, for example a flat array of `event` objects.

Our particular use case is we are combining fullCalendar with a scheduler (Fuel UX Scheduler in our case) and this particular scheduler does not support customizing of the JSON output. It is hard coded to use `startDateTime` whereas fullCalendar looks for `start`. We generate and keep the events in-browser, so we cannot currently utilize the `startParam`, etc. options available to JSON/url event sources.

I would think that others would benefit from this since scheduling and viewing the events immediately on a calendar is a pretty common scenario.

Sep 5, 2014
Project Member #1 adamrs...@gmail.com
I don't understand how startParam/endParam (which are only used as GET parameters to request event AJAX) relates to arrays.

Do you mean to say you want to customize the names of the `start` and `end` properties on Event Objects?:
http://fullcalendar.io/docs/event_data/Event_Object/

If so, making the property names configurable is not the best idea IMO. You will have to write a conversion script from one format to the other
Status: WontFix