Google html fix - KEEP THIS
Fix google calendar html if you copy & paste new html
Change this (way on the right from style= to the end of that line of the html)
style="border:solid 1px #777" width="800" height="600" frameborder="0" scrolling="no"
To this
style="overflow: auto; width: 100%; height: 900px;" frameborder="0" scrolling="yes"