fullcalendar widget in Service Portal

yundlu316
Kilo Guru

I came across fullcalendar.io and am trying to implement it into Service Portal as a widget. I've added all the files in my js includes and css includes and the calendar actually renders, but there are a few differences that I don't know how to fix. Here is what the calendar looks like on the io site:

Here's what it looks like in my environment:

find_real_file.png

I'm missing the month/week/day/list views, which I'm actually fine with, but the title obviously contains undefinedundefined which I'm trying to get rid of. My coding skills are very basic so I'm not sure how to go about getting rid of that text. I assume I would have to go into one of the js includes to manipulate the code, but am unsure where and how to do that. Can anyone point me in the right direction?

7 REPLIES 7

Jon Barnes
Kilo Sage

How are you planning to tie events to the calendar, now that you have it in there? I wanted to tackle the lack of a calendar in service portal as well, and have gotten about 50% through it, but need to find time to finish it. If I can finally finish it, I am happy to share it with you.



I am not sure you can just pop fullcalendar io files into serviceportal and get it working unless you are prepared to "angularize" it.



Also, I may put the calendar on github and see if any other experts out here want to crowdsource to help me finish it. Would love to share it once done.


reginabautista
Kilo Sage

Hi David,



I am using Istanbul in my personal instance and I've noticed that in the CAB Workbench Service Portal (may need to activate this plugin), there is a Meetings Calendar widget. Might be worthwhile to explore as you don't need to re-invent the wheel so to speak as this calendar is OOTB. Hope this helps.



find_real_file.png


Nice, I don't have istanbul yet, so looks like SNOW was on the same page about offering a calendar widget in SP.


yundlu316
Kilo Guru

I was actually able to get rid of that issue by making sure I had the correct css file version in my css include.   I also took out the google calendar add-ons since I didn't need them and the formatting issue went away.