Monthly Calendar Experiment using FullCalendar

This is a test page to see if a monthly calendar, fed by the MIT Events Calendar (Localist) can be inserted into a web page using static HTML, CSS and JS and the standard jquery.js, moment.js (date and time parsing), and fullcalendar.js libraries. It pulls events for the departments Biology and Chemistry from the MIT Events Calendar, unpacks the JSON into an array for events, and hands it to FullCalendar for rendering. Localist limts a "page" of events to 100, so if the API query returns more than 100 events, only the first 100 will be shown. This code is not smart enough to page through multiple API calls to get more 100-event segments.