<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Set an automated meeting invite on Outlook Calendar in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56086#M1239</link>
    <description>Hi Aalap Verma,&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;A data-url="https://stackoverflow.com/questions/46033843/how-to-create-ics-file-using-c" class="embedly-content" href="https://stackoverflow.com/questions/46033843/how-to-create-ics-file-using-c" target="_blank" rel="noopener"&gt;How to create .ics file using c#?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;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.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developer.microsoft.com/en-us/graph" target="_blank" rel="noopener"&gt;https://developer.microsoft.com/en-us/graph&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Naresh Shanigarapu&lt;BR /&gt;Automation Developer&lt;BR /&gt;Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Jun 2020 14:06:00 GMT</pubDate>
    <dc:creator>NareshShanigara</dc:creator>
    <dc:date>2020-06-04T14:06:00Z</dc:date>
    <item>
      <title>Set an automated meeting invite on Outlook Calendar</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56083#M1236</link>
      <description>&lt;P&gt;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?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Aalap Verma&lt;BR /&gt;Automation Associate&lt;BR /&gt;S&amp;amp;P Global&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 21 May 2020 16:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56083#M1236</guid>
      <dc:creator>AalapVerma</dc:creator>
      <dc:date>2020-05-21T16:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Set an automated meeting invite on Outlook Calendar</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56084#M1237</link>
      <description>I'm also very curious about this feature. When it comes to internal collaboration, it's not just about email, but also it's about managing meetings and scheduling view itself. I'm looking forward to your support for this feature.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Takashi Satoh&lt;BR /&gt;Senior Expert&lt;BR /&gt;NetOne Systems&lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 29 May 2020 05:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56084#M1237</guid>
      <dc:creator>TakashiSatoh</dc:creator>
      <dc:date>2020-05-29T05:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Set an automated meeting invite on Outlook Calendar</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56085#M1238</link>
      <description>At the moment Blue Prism does not provide a VBO for that, but maybe somebody in the wider community has an example to share.&amp;nbsp;The Outlook mail VBO also provides an insight into how calendar functionality could be developed using the same API. There are many examples of using the API online too.&lt;BR /&gt;&lt;BR /&gt;Please also submit your requirement to the &lt;A href="https://community.blueprism.com/ideas/ideas" target="_blank" rel="noopener"&gt;ideas page &lt;/A&gt;so that others can vote for it to be considered for the product road map.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 29 May 2020 08:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56085#M1238</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2020-05-29T08:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Set an automated meeting invite on Outlook Calendar</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56086#M1239</link>
      <description>Hi Aalap Verma,&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;A data-url="https://stackoverflow.com/questions/46033843/how-to-create-ics-file-using-c" class="embedly-content" href="https://stackoverflow.com/questions/46033843/how-to-create-ics-file-using-c" target="_blank" rel="noopener"&gt;How to create .ics file using c#?&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;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.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developer.microsoft.com/en-us/graph" target="_blank" rel="noopener"&gt;https://developer.microsoft.com/en-us/graph&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Naresh Shanigarapu&lt;BR /&gt;Automation Developer&lt;BR /&gt;Toronto&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Jun 2020 14:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56086#M1239</guid>
      <dc:creator>NareshShanigara</dc:creator>
      <dc:date>2020-06-04T14:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: Set an automated meeting invite on Outlook Calendar</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56087#M1240</link>
      <description>Hi Alap, Were you able to find the solution? I am having similar kind of requirement&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2020 06:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56087#M1240</guid>
      <dc:creator>kirtish_trivedi</dc:creator>
      <dc:date>2020-09-18T06:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Set an automated meeting invite on Outlook Calendar</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56088#M1241</link>
      <description>Hi Naresh,&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;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&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2020 06:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Set-an-automated-meeting-invite-on-Outlook-Calendar/m-p/56088#M1241</guid>
      <dc:creator>kirtish_trivedi</dc:creator>
      <dc:date>2020-09-18T06:42:00Z</dc:date>
    </item>
  </channel>
</rss>

