If you have to create a calendar in a suitelet script to display an employee’s CRM activities without considering the time of the activities, you can use this code. /** *@NApiVersion 2.1 *@NScriptType Suitelet *@NModuleScope SameAccount */ define([‘N/ui/serverWidget’, ‘N/search’, ‘N/query’], function (serverWidget, search, query,) { /** * Defines the custom eventList function to an array… Continue reading Calendar in suitelet script to display all CRM activities