canvs / fullcalendar

Automatically exported from code.google.com/p/fullcalendar
0 stars 0 forks source link

Add Multiple JSON Set Support #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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!

Original issue reported on code.google.com by shaunpco...@gmail.com on 5 May 2009 at 5:41

GoogleCodeExporter commented 9 years ago
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

Original comment by adamrs...@gmail.com on 11 May 2009 at 5:04

GoogleCodeExporter commented 9 years ago
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.

Original comment by adamrs...@gmail.com on 17 May 2009 at 5:48

GoogleCodeExporter commented 9 years ago
version 1.2 just released. has some good API stuff for specify multiple feeds,
adding/removing feeds on the fly, etc

Original comment by adamrs...@gmail.com on 1 Jun 2009 at 5:15

GoogleCodeExporter commented 9 years ago

Original comment by adamrs...@gmail.com on 14 Aug 2013 at 2:11

GoogleCodeExporter commented 9 years ago

Original comment by adamrs...@gmail.com on 14 Aug 2013 at 2:12