Issue 332: Add events form a diferent agenda
Status:  Done
Owner: ----
Closed:  Feb 2010
Reported by gregori....@gmail.com, Feb 10, 2010
Hi Adam! I'm trying to do something like the Google Calendar, when you got
more than one agenda. I mean, on the calendar we can id a specific event,
but there is something like create a global id for events ? So every event
who's got id:01 (for example) could be an specific event from the 01 agenda
and id:02 from agenda 02. Got it?
Full-calendar already have something like this?

Thanks for your attention; 

Gregori Maus

By the way, great work!
Feb 10, 2010
Project Member #1 adamrs...@gmail.com
not sure i quite understand, but you can have multiple event sources 
(http://arshaw.com/fullcalendar/docs/event_data/eventSources/) and you can dynamically 
add/remove them (http://arshaw.com/fullcalendar/docs/event_data/addEventSource/ and 
http://arshaw.com/fullcalendar/docs/event_data/removeEventSource/)

anything beyond this, fullcalendar doesn't support
Status: Done
Feb 11, 2010
#2 gregori....@gmail.com
thanks, I think that's what I'm looking for, but I didn't see it before.