Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to set reminder in iCalendar invite

saranyavs
Tera Expert

Hi Team,

I am using the Calendar invite, integrating to Outlook, in Incident.It works fine using the below script, I have been asked for it to set the Outlook reminder to 15 mints before the start time. Please help.

========

BEGIN:VCALENDAR
PRODID:-//Service-now.com//Outlook 11.0 MIMEDIR//EN
VERSION:2.0
METHOD:REQUEST
BEGIN:VEVENT
ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:${to}
ORGANIZER:MAILTO:${from}
DTSTART:${dtstart}
DTEND:${dtend}
LOCATION:${location}
TRANSP:OPAQUE
SEQUENCE:${sys_mod_count}
UID:${number}
DTSTAMP:${dtstamp}
DESCRIPTION:${description}
SUMMARY:${summary}
PRIORITY:3
X-MICROSOFT-CDO-IMPORTANCE:${priority}
STATUS:CONFIRMED
CLASS:PUBLIC
END:VEVENT
END:VCALENDAR

======

 

Regards,

Saranya VS

1 REPLY 1

Abbas_5
Tera Sage
Tera Sage

Hi @saranyavs,
Please refer to the below link:
https://www.servicenow.com/community/developer-forum/how-to-set-reminder-time-in-icalendar-invite/m-...

 

If it is helpful, mark it as a thumbs-up and accept the correct solution.
Thanks & Regards,
Abbas Shaik