Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Add fields to event popover in schedule calendar

12uy
Mega Sage

Hello everyone!

In the schedule calendar, how can I customize the fields in the event popover?

12uy_0-1734924078241.png

Thanks!

3 REPLIES 3

yuvarajkate
Giga Guru

To customize the fields displayed in the event popover of the Schedule Calendar in ServiceNow, navigate to System Scheduler > Schedule Pages and identify the relevant schedule configuration. Check the associated Schedule Source for the calendar, which determines the table and fields used. Then, go to System Scheduler > Schedule Sources, open the corresponding Schedule Source, and locate the configuration defining the popover content. This may be in the form of a JSON structure or a Script Include. Update the configuration to include or exclude the desired fields, such as title, description, start, and end. For instance, in a JSON structure, you can add key-value pairs like "title": "name" or "description": "short_description". If a Script Include is used, modify the script to fetch additional fields, such as event.description = gr.getValue('short_description'). Once the changes are made, refresh the calendar and verify that the event popover displays the updated fields.

 

 

 

Thank you for your reply!
I looked for Schedule Sources in all the menus but couldn't find it!
Could you please provide more detailed instructions?
Thank you so much!

12uy_0-1734937120065.png

 

DileepK37365987
Tera Contributor

If you got any solution pls do reply here, I am looking for the same .