API Docs for: 1.0.0
Show:

File: scotts\tables\portal_calendar_event.js

/**
 * 
 * 
 * Table: u_portal_calendar_event  
 * Link: https://scottsdev.service-now.com/sys_db_object.do?sys_id=fd50f1dadb567b405cacd7795e9619e1
 * 
 * @class PortalCalendarEvent
 * @constructor
 * @extends ServiceNowRecord
 * @module Tables
 * @see https://scottsdev.service-now.com/sys_db_object.do?sys_id=fd50f1dadb567b405cacd7795e9619e1
 */

/**
 * 
 * @property u_category
 * @type String | Choice
 */

/**
 * 
 * @property u_calendar
 * @type Reference | PortalCalendar
 */

/**
 * 
 * @property u_begin_date
 * @type DateTime
 */

/**
 * 
 * @property u_end_date
 * @type DateTime
 */

/**
 * 
 * @property u_key_contacts
 * @type List | SysUser
 */

/**
 * 
 * @property u_number
 * @type String
 */

/**
 * 
 * @property u_event_url
 * @type String
 */

/**
 * 
 * @property u_event_location
 * @type String
 */

/**
 * 
 * @property u_title
 * @type String
 */

/**
 * 
 * @property u_all_day_event
 * @type Boolean
 */

/**
 * 
 * @property u_featured_event
 * @type Boolean
 */

/**
 * 
 * @property u_publish_to_calendar
 * @type Boolean
 */
(function(){})