iCalendar Issue - No response required

Charlotte_ander
Tera Contributor

Hi All,

 

Currently working on sending an iCalendar invite. It all works as expected apart from I want to remove the need for a user to respond to the event via accept/tentative/decline. I have set RSVP=FALSE which puts 'The organizer has not requested a response' in the email and also when the email first loads in Outlook it has the 'no response' required action, but then it flicks to accept/tentative/decline once it finishes loading. Any thoughts on what I can add to the below to fix this:

 

BEGIN:VCALENDAR
PRODID:-//Service-now.com//Outlook 11.0 MIMEDIR//EN
VERSION:2.0
METHOD:REQUEST
BEGIN:VEVENT
ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=FALSE:MAILTO:${u_requested_for}
ORGANIZER:MAILTO:cantium@service-now.com
DTSTART: ${dtstart}
DTEND:${dtend}
UID:${sys_id}
DTSTAMP:${dtstamp}
DESCRIPTION:${u_short_description}
X-MICROSOFT-CDO-BUSYSTATUS:OOF
X-MICROSOFT-CDO-ALLDAYEVENT:TRUE
X-MICROSOFT-DISALLOW-COUNTER:TRUE
X-SNSYSID:${sys_id}
END:VEVENT
END:VCALENDAR
TRIGGER:-PT1D

1 REPLY 1

Pauli L_nnroth
Tera Contributor

Have you found a solution to this? I have the same issue.