Calendar Component

MaddoxD
Tera Contributor

Hello, I am relatively new to ServiceNow and trying to recreate a custom app previously made with angular/.NET in the app engine studio. 

Part of this requires me to create a calendar where we can see 100s-1000s of objects in the past/future based on a start and end date. I've been struggling to figure out how to use an existing calendar component to do this. I can easily import one of the 1000s of objects but cannot seem to get an array of objects to auto populate onto the calendar from a table/list.

Is this something that is possible with the predefined components or will this have to be something custom through the cli?

Any help would be greatly appreciated. Thank you

1 REPLY 1

ArjunBasnet
Tera Guru

Hi @MaddoxD 

if you are looking for now-date-time calendar type component: https://developer.servicenow.com/dev.do#!/reference/next-experience/zurich/now-components/now-date-t... works for you. It is available in UI Builder, you can also have it as part of other custom component development with options "fetch-assets-from-instance" in ui-component as described here: https://developer.servicenow.com/dev.do#!/reference/next-experience/xanadu/cli/cli

 

I hope it helps.