Issue 7: Add Multiple JSON Set Support
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by shaunpco...@gmail.com, May 4, 2009
We run several types of events that are brought back in different JSON
sets, as a result of coming from different databases. 

Example: Client Meetings (Client dbase), Employee Vacations (HR dbase)

I have attempted to load both sets into a dynamically built JSON set, but
the dates are not chronological between sets and the plugin fails to load.

Thanks again for the incredible work!

May 10, 2009
Project Member #1 adamrs...@gmail.com
next version will have this (multiple input sources for events). might not be a part
of the core, b/c this is sort of an edge case (imho), but will provide some means of
doing it in 1.2
Status: Accepted
Labels: -Type-Defect Type-Enhancement
May 17, 2009
Project Member #2 adamrs...@gmail.com
hello shaun,
i committed this to the trunk (fullcalendar.js, the core), will be in 1.2

you can just use the same 'events' option, but you can provide an array of strings
(for json), functions (for custom event fetcher) or arrays (hardcoded events) or a
combination of all 3.
Status: Fixed
May 31, 2009
Project Member #3 adamrs...@gmail.com
version 1.2 just released. has some good API stuff for specify multiple feeds,
adding/removing feeds on the fly, etc
Aug 13, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #5 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released