Issue 1213: How do I get current event source name?
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by andersli...@comcast.net, Dec 19, 2011
I'm adding a "print" button to my instance of FC.  This opens a new window and displays a list of the events, instead of trying to print the calendar month view (where events get cropped).  This is working pretty good so far.  I pass the visStart and visEnd, so that I always list only events that the user sees in the given time range.

My only issue is that I have several event sources that I allow the user to toggle between.  So, I want to pass the currently selected event source name to my listing page.  Is this information possible to extract from FC?  It's definitely not part of the 'getView' array.  But, I'm hoping there's another array that contains it.
Aug 14, 2013
Project Member #1 adamrs...@gmail.com
this seems like it'd work for you, for getting all of the visible events:
http://arshaw.com/fullcalendar/docs/event_data/clientEvents/
Status: Done