Issue 983: Implementation Problem
Status:  Done
Owner: ----
Closed:  Jun 2011
Reported by earthtec...@gmail.com, Jun 6, 2011
I have used the full calender in my project, now I need to increase the height of the calender. But I didn't found any place to modify it. Please give an assistance. 

Jun 6, 2011
#1 fag...@syonet.com
You can define the property height: 700 or any number upon instancing the calendar to the element. That will ignore the aspect ratio.
If you wish you could use height: '700px' or height: 'auto', but for that you need to apply the patch available in > https://code.google.com/p/fullcalendar/issues/detail?id=610
Jun 8, 2011
Project Member #2 althaus.it
Please read the doc: http://arshaw.com/fullcalendar/docs/display/
Status: Done
Jun 8, 2011
#3 earthtec...@gmail.com
Thanks for your comments. I have solved the problem. It needs to add a class in css file. 

.fc-agenda-body { height: 700px !important; }

previously it was not there separately, it was merged with td & div so it takes there height.
Arindam Dey
earthtechnology5@gmail.com
arindam87.cse2009@gmail.com