| Issue 2279: | Allow *Param options for in-memory event sources | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Status:
WontFix
|
|
| ► Sign in to add a comment |