Service Portal FullCalendar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2017 12:53 AM
Just wanted to share some work I've done for those who would like to incorporate FullCalendar (FullCalendar - JavaScript Event Calendar ) into your Service Portal.
Here is what mine looks like now:
All the code is attached to this post (FullCalendar_For_ServicePortal_Helsinki.zip)
I hope someone finds it useful.
Message was edited by: David Dunn (** Updated code to fix Quick Access Event adding and coloring bug(s))
Message was edited by: David Dunn *MAJOR UPDATE*.. See my post below, on July 30, 2017
- 11,930 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2017 06:55 AM
It's all in the provided screenshots in the .zip file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2017 11:30 AM
Oh, yep.. Got it. Great stuff here. I will certainly endorse this when I can. It is almost exactly what my client wanted. One final question, though. If I wanted to use the scheduler piece of fullcalendar in a widget, is there a lot of customization needed? I ask because I have just started looking at the fullcalendar suite and you have obviously had much more experience with it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2017 11:40 AM
If the Scheduler plugin is needed/added, I would imagine the work I've done would need to be written differently. When I started writing, the needs of our company didn't need this plugin so I hadn't considered writing for/around it so yes, I would assume quite a bit of customization would be required. My fault for that oversight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2017 11:42 AM
No, it's a premium add-on and I would not think that you would consider it. I was just curious. I imagine I can take what you have and hack it together, and if I do, I will post it here for posterity's sake.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2017 03:08 PM
Updated Client Script.js
Reasons:
- Fixed bug that prevented it from working in Firefox
Thanks karen.lazarenko for finding this bug!