All Day events for Calendar Reports

Daniel M3
Giga Contributor

Hello community,  

 

Using a Date field and the Calendar report, is there a way to specify that the event is all day? As of writing this, selecting a date defaults the calendar event to be from 00:00 to 01:00.

 

Thanks!  

1 ACCEPTED SOLUTION

Hi Pieter,



Thank you for you quick response. I was able to change the default duration of the events, but it didn't quite solve my issue.



The calendar report in ServiceNow uses the fullcalendar library, and one of the properties you can set for calendars is an "allDay event" This functionality doesnt seem accessible in ServiceNow.



I added a screenshot for reference.



Screen Shot 2017-11-06 at 11.28.49 AM.png


View solution in original post

5 REPLIES 5

Aditya Telideva
ServiceNow Employee
ServiceNow Employee

I would recommend you to go through Resource schedules    


Best,


Aditya Telidevara


Hi Aditya,



Thank you for your response. We don't really need a schedule, but rather just a calendar view. I've been tasked to create an application that keeps track of all approved time off and it'd be easier to read if all the entries were set as "all-day"



Daniel M.


pieter_goris
ServiceNow Employee
ServiceNow Employee

Hi,


there is a calendar report property, glide.report.calendar.default_event_duration:



The default duration for an event without a specified end date.
  • Type: string
  • Default value: 01:00:00 (One hour, zero minutes, zero seconds)
  • Location: System Property [sys_properties] table

Category: Calendar



There are some more (calendar) report properties that you might want to check out Reporting properties .



Also on the docs you'll find some more advance info on calendar reports Customize calendar reports .



Cheers, Pieter


Hi Pieter,



Thank you for you quick response. I was able to change the default duration of the events, but it didn't quite solve my issue.



The calendar report in ServiceNow uses the fullcalendar library, and one of the properties you can set for calendars is an "allDay event" This functionality doesnt seem accessible in ServiceNow.



I added a screenshot for reference.



Screen Shot 2017-11-06 at 11.28.49 AM.png