How to Send Calendar Invites from ServiceNow for Catalog Items
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 03:35 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 06:20 PM
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