Issue 96: When changing view to 'week' or 'day' - a hook needed for 'loaded' calendars.
Status:  Done
Owner: ----
Closed:  Sep 2009
Reported by omri.ro...@gmail.com, Sep 12, 2009
First of, Thanks a lot!!! great plugin.

When a calendar is loaded with events, the month view is not appealing. a
nice way to overcome this issue, could be a 'summary' representation.
The summary is basically provided by me, something like '10 meetings, 9
hours' in month view, as a CalEvent object. 
It's not until the user opts to click on 'week' or 'day' that I present the
detailed info.

some event in the spirit of 'onViewScopeChanged' that will let us know what
the user is currently viewing will provide all I need.

Hope you'll find it useful as I do.

Thanks again for a wonderfull plugin.
Sep 22, 2009
Project Member #1 adamrs...@gmail.com
omri, i see what you are trying to achieve, and it seems useful when you have a ton of 
events. however, it is too much of a departure from fullcalendar, and would be too 
difficult to please everyone with an implementation, to warrant making this part of the 
core. based on how you described it, you'd probably be able to achieve this with 
putting a 'renderEvent' method call inside a 'viewDisplay' trigger (all described in 
the docs). good luck ~adam
Status: Done