Want to move the "Add Event" and "Printable View" buttons to the top of your calendar?
Although we don't have a setting to do this automatically, here is a little script that will work.
You should paste this into either the Calendar Title or Calendar Footer field under Options->General
<script>$(document).ready(function(){$('#calendar_footer_menu_div').prependTo('#calendar');})</script>