28-06-23 08:07 PM
Hello All,
Does anyone know how to send Outlook calendar invites using Blue Prism. We do not need to look at availability, though that would be good to have
28-06-23 08:20 PM
Hi Nupur Sood,
It definatley possible to write code stage in c# or VB.net to send calendar invite
Check the below thread
https://learn.microsoft.com/en-us/visualstudio/vsto/how-to-programmatically-create-a-meeting-request?view=vs-2022&tabs=csharp.
11-07-23 02:52 AM
Thank you Harish. Though this is helpful, I am only able to find reference for "Appointments" and not "Meetings". Appointment blocks my own calendar, but I want to be able to send the invite to someone else.
OlItemType enumeration (Outlook) | Microsoft Learn
Would you have any suggestions around the same?
Regards
11-07-23 05:00 PM
Check out this thread on custom code for the same