- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-05-20 05:16 PM
I have a project with requirement to set meeting invites for specific group of people after checking the best available time slot for the target audience. Is there any VBO or ready solution available?
------------------------------
Aalap Verma
Automation Associate
S&P Global
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-05-20 09:49 AM
Please also submit your requirement to the ideas page so that others can vote for it to be considered for the product road map.
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-05-20 06:30 AM
------------------------------
Takashi Satoh
Senior Expert
NetOne Systems
Asia/Tokyo
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-05-20 09:49 AM
Please also submit your requirement to the ideas page so that others can vote for it to be considered for the product road map.
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-06-20 03:06 PM
I had the similar requirement to create the invites and sent to the meeting participants. I used the ICS (.ics) file concept to achieve it in outlook. ICS file is text file with all the required details of the meeting. Outlook application can understands the .ics file and opens it in outlook meeting window. I had created custom vbo with code stage in C# to create the .ics text file. Please find the link below to check the C# code.
How to create .ics file using c#?
But this requires details of meeting participants (attendees/ Organizer) and meeting start time and end time and time of the meeting. If you need to find the availability of meeting participants and book the meeting, then you may have to use the Microsoft Graph api.
https://developer.microsoft.com/en-us/graph
In my opinion, we can't spy the outlook application window just like any other windows applications, this makes it complicate to use the existing outlook functionality (click meeting button, add attendees in text box, add the time of meeting, see the availability of attendees etc...) and need to rely on code stages.
------------------------------
Naresh Shanigarapu
Automation Developer
Toronto
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-09-20 07:38 AM
------------------------------
Asia/Kolkata
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-09-20 07:42 AM
I am having similar kind of requirement where I need to send meeting invite from BluePrism. Can you please help me undestand how to use/integrate .ics file to send invite
------------------------------
Asia/Kolkata
------------------------------
