File: scotts\widgets\gsp_calendar_summary\widget.js
/**
* Gives a summary of the events on the current calendar based on the options present.
*
* Designed for the concept of displaying the next few featured events.
*
* Relevant Components:
* + Widget: https://scottsdev.service-now.com/sp_widget.do?sys_id=6ccf9e05dbcf37805cacd7795e9619b2
* + Service Portals: https://scottsdev.service-now.com/sp_portal_list.do?sysparm_userpref_module=7307d93147032100ba13a5554ee490eb
* + Portal Calendars: https://scottsdev.service-now.com/u_portal_calendar_list.do?sysparm_userpref_module=d33d9b62db9abb405cacd7795e9619a7
* + Calendar Utility: https://scottsdev.service-now.com/sys_script_include.do?sys_id=319b7db5db9af7405cacd7795e961959
*
* @class GSPCalendarSummary
* @constructor
* @author Alexander Anderson (cwt_alexander)
* @module Widgets
* @see https://scottsdev.service-now.com/sp_widget.do?sys_id=6ccf9e05dbcf37805cacd7795e9619b2
*/
(function(){})