bianca_vaccarin
ServiceNow Employee
ServiceNow Employee

Death to email! Just kidding. I understand email is still an important part of our day-to-day office work. Some teams just prefer email while the rest of us might prefer to use Connect. If you are like me, a clean Outlook inbox is the goal. I have filters set up for specific folders where I prioritize what needs to be addressed and when. But there are some notifications I get in my inbox that create more clutter than provide actionable information.

For example, I don't need to get email notifications for every response to calendar invitations for change requests. The Change Request application can send pending changes to a user's Microsoft Outlook Calendar automatically by email in the base system. This notifies recipients of the change request schedule and exports the schedule to Microsoft Outlook formatted with iCal. There are certain business needs that require an individual to see and view all of those responses, but others may want to turn them off.

CHG NOTIF TRUE.jpg

Depending on business requirements, users may not want the calendar invitations for change requests to have the ability to send a response to ServiceNow meeting invitations.

Turn off response notifications from Change calendar invites for requests:

    1. Navigate to the Email Templates under Policy.
    2. Open the change.calendar.integration email template.
    3. Change the value for RSVP to FALSE.
Change:To:
ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:${to}ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=FALSE:MAILTO:${to}

CHNG NOTIF FALSE.jpgNotice that the arrow to send a response is removed.

When the property is TRUE, the received calendar invitation will show an arrow mark on the Accept, Decline, and Tentative buttons. Once clicked, it will give your attendees several options to reply to the sender. When RSVP is set to FALSE, there is no option to respond. Users just need to click to accept or decline the change. That means users who receive the Change calendar request invitation in Outlook will no longer see the ability to send a response and you can save yourself the grief of having to "Mark as read" or create yet another separate filter.

6 Comments