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,933 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2018 05:07 AM
Hi thanks for reply but when i try to write on the Server Script of the widget, it gives me no change at all whatever i try with timezone. And besides that code you sent me gets complaint with Intl as undefined.
I think i need to understand how the variable is later populated in the fullcalendar. The thing is declaring that
var calendarTimeZone = 'Europe/Stockholm'; //Or anything else
has no effect to the calendar at all. I tried to set it with jquery the way it is intialized with timezone key/value but still no success.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2018 10:02 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2018 10:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2018 10:28 AM
Thanks a lot i appreciate it. But i think my problem is the why i am declaring it in the widget. I am declaring the same you have posted in the widget's server script top. Am i doing it right?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2017 06:53 AM
Updated Client Script.js and Server Script.js
Reasons:
- Fixed bug where if you changed a category name/color and then added a new event, the old category name/color would still be there.
- Fixed bug where event name wrapping was not getting performed when a new event was added.
- Added "gv__" to the 6 global variables at the top of the Server Script.