<?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: Creating MS Teams online meetings. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101116#M48186</link>
    <description>&lt;P&gt;Thanks for the replies so far - I will be out in the woods for easter - responses might come a little late.&lt;BR /&gt;&lt;BR /&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-tag-text="@John Carter" href="https://community.blueprism.com/network/profile?UserKey=bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-itemmentionkey="9cd7a817-71f8-4011-bac7-800463d507c4"&gt;@John Carter&lt;/A&gt; I am considering going down this road, but I have not yet achieved to create the meeting without it being added the the RPA users local calendar.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; I have been fiddling around with the Graph API a bit, have made my app in Azure AD etc. So far I have only been able to create a connection with direct acces, but so far I have only been able to set up delegated acces for the Onlinemeetings.ReadWriteAll (or what it is called &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; on the user that will run the process. Therefore a working example, or screenshots of the setup could proberly help me in the right direction. &lt;BR /&gt;I am trying to get a direct acces approved, but it have been sitting with IT for 5 months and counting.​​&lt;BR /&gt;&lt;BR /&gt;Thank you both for your inputs - and if someone else have examples or other suggestions, they are also more than welcome.&lt;BR /&gt;&lt;BR /&gt;Happy easter to all &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 10 Apr 2022 12:08:00 GMT</pubDate>
    <dc:creator>Mats__Pettersson</dc:creator>
    <dc:date>2022-04-10T12:08:00Z</dc:date>
    <item>
      <title>Creating MS Teams online meetings.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101113#M48183</link>
      <description>&lt;P&gt;Hey Community.&lt;BR /&gt;&lt;BR /&gt;I hope some of you might have experience working with automating the creation and distribution of MS Teams meetings.&lt;BR /&gt;&lt;BR /&gt;My use case:&lt;BR /&gt;Every week we have to send out 1.000 MS Teams meeting invitations.&lt;BR /&gt;There will be two required attendees pr. meeting, a company facilitator and a costumer.&lt;BR /&gt;We have all data required to set up the meeting formatted in an Excel WB.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;The following would be prefered in the solution:&lt;BR /&gt;- The RPA-user creating the meetings should not have the meeting present in own calendar.&lt;BR /&gt;- The unique meeting-url should be reported back as an output.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;How would you go about getting this automated. Preferably, if you have worked on a similar solution, an in-dept explanation would be appreciated.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Best regards &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 13:59:35 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101113#M48183</guid>
      <dc:creator>Mats__Pettersson</dc:creator>
      <dc:date>2022-04-07T13:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MS Teams online meetings.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101114#M48184</link>
      <description>Hi Mats - it's no something I've done before, but Google suggests you can create meetings using VBA (macros) running in either Excel or Outlook. This means that it should be possible to adapt a BP VBO or create a new VBO to execute the equivalent .Net code. So maybe what you could try is:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Find VBA examples online&lt;/LI&gt;
&lt;LI&gt;Copy the code into Excel and work on it until you are happy with the performance&lt;/LI&gt;
&lt;LI&gt;Translate the VBA into .Net code. While not copy&amp;amp;paste, the code will be fairly similar and you can study the code in the Excel and Outlook VBOs for inspiration.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 08 Apr 2022 08:24:37 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101114#M48184</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2022-04-08T08:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MS Teams online meetings.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101115#M48185</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/35296"&gt;@Mats__Pettersson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;How comfortable are you with REST and the Blue Prism WebAPI feature or the &lt;STRONG&gt;Utility - HTTP&lt;/STRONG&gt; VBO?​ The reason I ask is because Microsoft has a series of endpoints available in the Graph API for creating/scheduling online meetings. However, these are only available in the beta release of Graph at the moment.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.microsoft.com/en-us/graph/api/resources/onlinemeeting?view=graph-rest-beta" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/graph/api/resources/onlinemeeting?view=graph-rest-beta&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,</description>
      <pubDate>Fri, 08 Apr 2022 11:11:24 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101115#M48185</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-04-08T11:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MS Teams online meetings.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101116#M48186</link>
      <description>&lt;P&gt;Thanks for the replies so far - I will be out in the woods for easter - responses might come a little late.&lt;BR /&gt;&lt;BR /&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-tag-text="@John Carter" href="https://community.blueprism.com/network/profile?UserKey=bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-itemmentionkey="9cd7a817-71f8-4011-bac7-800463d507c4"&gt;@John Carter&lt;/A&gt; I am considering going down this road, but I have not yet achieved to create the meeting without it being added the the RPA users local calendar.&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; I have been fiddling around with the Graph API a bit, have made my app in Azure AD etc. So far I have only been able to create a connection with direct acces, but so far I have only been able to set up delegated acces for the Onlinemeetings.ReadWriteAll (or what it is called &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; on the user that will run the process. Therefore a working example, or screenshots of the setup could proberly help me in the right direction. &lt;BR /&gt;I am trying to get a direct acces approved, but it have been sitting with IT for 5 months and counting.​​&lt;BR /&gt;&lt;BR /&gt;Thank you both for your inputs - and if someone else have examples or other suggestions, they are also more than welcome.&lt;BR /&gt;&lt;BR /&gt;Happy easter to all &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2022 12:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101116#M48186</guid>
      <dc:creator>Mats__Pettersson</dc:creator>
      <dc:date>2022-04-10T12:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MS Teams online meetings.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101117#M48187</link>
      <description>I too have one similar requirement.&amp;nbsp; I am new to this tool. Could somebody help</description>
      <pubDate>Tue, 12 Apr 2022 21:46:12 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101117#M48187</guid>
      <dc:creator>AshisSahu</dc:creator>
      <dc:date>2022-04-12T21:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating MS Teams online meetings.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101118#M48188</link>
      <description>&lt;P&gt;An update&lt;BR /&gt;&lt;BR /&gt;I finally got the Graph API to work as intended on my own desktop / user account, only to discover that our BOT-user does not support the same calendar setup as us eployees.&lt;BR /&gt;&lt;BR /&gt;I ended up doing a combination of VBA in Excel that creates an appointment in outlook, fills the details and converts it to a teams-meeting, and pulls out the body-text of the meeting for validation.&lt;/P&gt;
&lt;P&gt;After validating that the teams-meeting have been added to the appointment, Blue Prism takes over and sends the mail through the GUI.&lt;/P&gt;
&lt;P&gt;Each invitation takes roughly 7 seconds, and so far the stability have been 100% with the first weeks worth of meetings.&lt;/P&gt;
&lt;P&gt;I am considering translating the code to VB and building it into a codeblock, but it might be a project for later &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Thanks again for the input.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 05:51:33 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Creating-MS-Teams-online-meetings/m-p/101118#M48188</guid>
      <dc:creator>Mats__Pettersson</dc:creator>
      <dc:date>2022-04-29T05:51:33Z</dc:date>
    </item>
  </channel>
</rss>

