Issue 1224: How Can I use 2 event box sizes
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by amilcarj...@gmail.com, Jan 1, 2012
Hello

Is it possible to use event boxes with 2 diferent sizes?
I have 2 calendar sources, and I would like to use "height:2em" for the first calendar events, and "height:1em" for the second calendar events.
Is it possible? 
Aug 14, 2013
Project Member #1 adamrs...@gmail.com
use the `eventRender` callback to attach a certain className to the event based on its source, then use a stylesheet to target those classes and change the height
Status: Done