How to Send Calendar Invites from ServiceNow for Catalog Items

pramodkumar
Tera Expert

Hi All,

 

we have a catalog item which has start date time and end date time, based on this variable how can we send calendar invite?

 

Thanks!

1 REPLY 1

DanielCordick
Mega Patron
Mega Patron

you would need to set up an integration with your mail provider. Outlook would be the Microsoft graph API 

 

https://learn.microsoft.com/en-us/graph/api/calendar-get?view=graph-rest-1.0&tabs=http

 

For google you would use 

 

https://developers.google.com/calendar/api/guides/overview

 

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response helped in any way