Calendar Defaults

This tool will create the defaults object for a calendar and put it in your clipboard.

What Calendar is yours?
Which calendar to show on page load
Other options
This will set the selected tags to be checked by default. Too many will likely not show any calendars.
Filter by calendar name or tags on page load
Which calendar view to show on page load
Remove any of the buttons that change the view of the calendar

Example:

<script>
var CALENDAR_OPTIONS = {
	defaultCalendar: 'michaelhixon',
	precheckedTags: ['fun',	'engineering'],
	filterType: 'calendarTags',
	defaultCalendarView: 'month',
	disabledCalendarViews: ['listDay']
};
</script>