Change color in a calendar entry

wassini
Mega Expert

I have created a new table with 3 fields: Title, work_start, work_end and the created a calendar report:

find_real_file.png

Now I have 2 questions:

1: How do I remove the "0:00" time?
2: How do I change the gray color to another color.

I have read the "Customize calendar reports" in ServiceNow documentation, but I can't see anything about this.

6 REPLIES 6

Ct111
Giga Sage

1) Currently the Time might be set in your dictionary attribute that is the reason for it gettting displayed, to showcase rsomething else like Title inplace of that 

 

Follow the below link in which a way is given to showcase Number and Short Description of a Change look at it and make changes in your attribute as per your requriements.

https://docs.servicenow.com/bundle/london-performance-analytics-and-reporting/page/use/reporting/task/t_ConfigureACalendarAttribute.html

 

2) 

To make changes to calendar event you would require Field styles

Go Through the below link and make changes in your condition to display the color 

https://docs.servicenow.com/bundle/london-performance-analytics-and-reporting/page/use/reporting/task/t_HighlightACalendarEntry.html

 

https://docs.servicenow.com/bundle/london-platform-administration/page/administer/navigation-and-ui/task/t_DefineFieldStyles.html

 

 

Mark my ANSWER as CORRECT and HELPFUL if it helped.

wassini
Mega Expert

1: I already have tried this, but the time is added as default.

2: I have tried to add a background color for every field (including sys_id), but this doesn't change anything. Except that my form now looks like a piece of candy.

 

glide.ui.report.extend_calendar_choices  is set to true

1) Go to Dictionary  (System Definition ---> Dictionary)

 

2) Filter by  your custom table  and check which column name has Display property set to True  based on that

the value will appear on your calendar.

 

Once you get this working I will solve your second part of question

 

 

Mark my ANSWER as CORRECT and HELPFUL if it helped.

How are you able to remove the time from the calendar view? See screenshot below. (Red circle)

 

find_real_file.png