iCalendar Issue - No response required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 06:16 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 03:56 AM - edited 03-27-2024 03:57 AM
Have you found a solution to this? I have the same issue.