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,929 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 05:33 PM
Just updated the code to fix a major (and multiple minor) bugs dealing with the Quick Access Event adder and color changer.
Changing colors on newly added Quick Access Events is still a little wonky? but the colors do stay and everything appears fine on a page refresh.
It's complete safe to use though and I'll be working on it over the next few days. I'll re-post when completed. Until then, the code works just fine.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-30-2017 11:42 AM
Updated code again to add more functionality and fix a few minor bugs. Also added a role to determine who's allowed to edit the calendar.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2017 11:55 AM
Updated code that finally fixes the issue of needing to do a page refresh when/if you changed the color of a Quick-Access event.
Also fixed a few minor issues with certain edit buttons being available when not necessary.
Added a zoom feature when you click on the calendar title.
BTW... when I mention "updated code", I'm referring to the four (4) files
- Client Script.js
- CSS.css
- HTML Template.html
- Server Script.js
located in the FullCalendar_For_ServicePortal_Helsinki\Widget folder of the attached file.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-06-2017 05:17 AM
Updated Client Script.js
Reasons:
- Made interactiveness and editability much more responsive.
- Resolved issue where you could not drag quick-access event to calendar in edit mode after adding, removing, or changing color of quick access event.