- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2014 09:43 AM
When we make Meeting Invitation type emails, we would like to be able to put HTML formatting into the text that comes through in the description, but servicenow always sets the message type to "text/calendar", meaning that HTML formatting for the description goes out the window. (I have tried using altrep on our calendar template but to no avail.
I was thinking maybe that we should try and send these as multipart/mixed email notifications and set the content type in HTML before each part, but I am not certain it is the best way of going about it.
Has anyone managed to get HTML formatting to work on Calendar Invites?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2014 06:47 AM
Hi, sorry if this is a little late.
What we ended up doing was adding in "X-ALT-DESC;FMTTYPE=text/html:" as an alternative description (ALTREP didn't seem to do anything useful), then formatted the HTML string to all fit on to a single line.
An additional thing to watch for is to make sure that the original plain text Description has no HTML tags in it for users that use plaintext only (though all plaintext things like ipads seem to do is interpret the HTML version anyway).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2014 09:53 AM
I would also like to know if there is a solution to this. I want to put an anchor tag in the calendar invite with just the ticket number and not the fully qualified URL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2014 06:47 AM
Hi, sorry if this is a little late.
What we ended up doing was adding in "X-ALT-DESC;FMTTYPE=text/html:" as an alternative description (ALTREP didn't seem to do anything useful), then formatted the HTML string to all fit on to a single line.
An additional thing to watch for is to make sure that the original plain text Description has no HTML tags in it for users that use plaintext only (though all plaintext things like ipads seem to do is interpret the HTML version anyway).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2018 03:27 AM
Hello,
I would like to know where in Service Now instance do I need to update "X-ALT-DESC;FMTTYPE=text/html"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2018 11:00 AM
Hi,
Can you please share snippet of code?