iCalendar with reply to RSVP email

rad2
Mega Sage

Hello,

I am trying to send a iCalendar invite with a mail to in RSVP

 

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:${assigned_to.email}
ORGANIZER:MAILTO:${assigned_to.email}

 

I get the following error - 550 5.2.254 InvalidRecipientsException; Sender throttled due to continuous invalid recipients errors

It works if the email address is not given

 

Any idea what could be the issue

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @rad2 

 

Have a look here, might be helpful

 

https://www.servicenow.com/community/developer-forum/smtpsender-no-recipients-email-send-ignored-eve...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Anil Lande
Kilo Patron

Hi,

Please try below:

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:${caller_id.email}
ORGANIZER:MAILTO:${assigned_to.email}

 

Try adding different Recipients and Organizer emails.

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande