- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2016 09:50 AM
We have been using the change schedule for several years that displays all the approved scheduled changes. We would like this calendar to also display our repeating scheduled production and non-production maintenance windows and security vulnerability scans as calendar events, not changes.
To try to achieve this we installed the plug-in change.collision and created a maintenance calendar. However, we don't want to have to look at a two calendars. Any ideas on how to get
the maintenance calendar and change calendar to merge into one calendar view?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2016 10:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 11:40 AM
Thanks this was useful, i also found that if you want line breaks in the calendar items the "\n" or '\n' doesn't work you have to use break tags "<br\>" will add line feeds.
In my case we are doing Request Items
item.setName(gr.number + "<br\>" + gr.request.requested_for.name + "<br\>" + gr.cat_item.name + "<br\>" + gr.configuration_item.name);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 03:46 AM
Hi Ebak,
Your post is very helpful. I have the same business need and am following your post.
In addition to that, I need to show change requests in different colors as per change type. Could you please let me know how you have used the color variable to set different colors as per approval?