API Docs for: 1.0.0
Show:

File: scotts\widgets\gsp_calendar_debug\widget.js

/**
 * Dumps the current calendar's events as JSON for debugging purposes, such as seeing what dates should
 * have events and the translated values from the utility.
 * 
 * Relevant Components:  
 * + Widget: https://scottsdev.service-now.com/sp_widget.do?sys_id=f92c772edbdabb405cacd7795e9619ed
 * + 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 GSPCalendarDebug
 * @constructor
 * @author Alexander Anderson (cwt_alexander)
 * @module Widgets
 * @see https://scottsdev.service-now.com/sp_widget.do?sys_id=f92c772edbdabb405cacd7795e9619ed
 */
(function(){})