Teams Meeting links - Bulk creation
Hey there, I need to create 50 Teams meeting links for each Event I organize. Currently am creating links 1 by 1 from Outlook calendar. I copy the link and paste into Excel, which is a time taking process. Is there a way to create these meeting…
Adaptive card issue on MS Teams IOS latest versions
I have updated teams ios app to the latest version and have been facing this issue since then. We send an adaptive card as part of a notification, and the user has to take action accordingly. We are embedding some data behind the action button. Now…
MS Teams custom app takes very long time to show up in users Desktop Team Client
I have developed a Teams app for my org using Apps Developer portal and published in our orgs app catalog. As a Team administrator, I have made changes in policies and everything, still the app is not showing in users Desktop MS Teams. I can use the the…
How can I create a weblink to open an App inside Teams in a specific screen?
Hi All, I am using this type of link to open a PowerApps app inside Teams and it is working. https://teams.microsoft.com/l/app/c407d4b9-d16c-4771-98c8-8634bc48fdd9?tenantId=cb2e1a4c-fc99-4904-b813-3f23276c7000 How can add a parameter or something to open…
403 Error When Adding Members to Team via Graph API
I am encountering a 403 permission error when attempting to add a member to a team using the Graph API. This issue started recently, even though it previously worked without any problems. The setup is identical to the one described in this discussion.…
How to Update Attendees for OnlineMeeting in Graph
I used Graph SDK (Microsoft.Graph 5.61.0) to test Update OnlineMeeting with Application Permission and application access policy. Firstly, I think that I had configured the right Application permission and application access policy, otherwise I couldn't…
How to create a weblink to open Approvals app inside Teams for a specific environment
Hi, I am testing these type of…
CsApplicationAccessPolicy
Hi All, I am using an Exchange 2016 hybrid environment. I have created a CsApplicationAccessPolicy and assigned it globally in Teams online using the following syntax: Grant-CsApplicationAccessPolicy -PolicyName "MyPolicy1" -Global I want to…
FileConsentCard allow action is not received to MS Teams bot
Out custom MS Teams bot asks user to allow File upload consent in teams chat but when the user tries to allow or deny the consent through the FileConsentCard actions, it doesn't reach to the bot to process the user input instead it shows the below error…
"Something went wrong." with error code Create1on1ConversationWithBotFailed on adding BOT made for gov to teams
I build an application in my sandbox environment with app id 686d4e7b-a357-4289-9dd2-0c45f87b5fc5. While configuring the bot I selected settings -> channels -> Teams -> Microsoft for government . I side-loaded the app in my teams but when I try…
How to gracefully fail an automatic token refresh
Hi all, I'm using the CallClient from @azure/communication-calling to pick up on and add functionality to incoming Teams calls for users. When creating the teams CallClient, a 'tokenRefresher' can be assigned which periodically calls the method you…
Is it possible to use Microsoft Teams API for iframe-based camera control and external recording triggers?
We are trying to implement the following scenario using Microsoft Teams API and Microsoft Graph API: Embed a Teams meeting in our application as an iframe. Start a session within the iframe where only the participant's camera is turned on. The…
There was a problem reaching this app | Static Tabs Application fails to initialize.
I'm developing simple Tab application for my search engine, my idea is to just add an iframe in hello.html and set the source to my URL. here is my markup - hello.html: <html> <head> <script src="..../teams-js/2.22.0/..."…
Chat Creation (chat.manage.chat) Permissions Issue with Power Automate
My team is working on a flow to create a chat for approximately 181 people as part of an incident management process, integrating with an API from a CRM system. While building the flow, Power Automate indicates that the chat.manage.chat permissions need…
"Post Card in a Chat or Channel" Workflows template issue
Hello Microsoft Support Team, I am encountering a potential bug in the "Post Card in a Chat or Channel" template. When using a boolean variable resulting from a function or variable in an Adaptive Card, the output is showing as False (with a…
Teams Adaptive Cards content didn't show on the mobile
Hi there, We are migrating from Teams' incoming webhook to Power Automate's Teams webhook. However, we've encountered an issue where, when using the post as field with the poster option, the activity feed displays a "Preview unavailable"…
Teams app on desktop is not showing suggested actions
The Teams app on the Windows desktop stopped showing suggested actions. They are still shown on the Teams web app: And also on the Teams mobile app: Here is the actual message: { "type": "message", "serviceUrl":…
MS Teams App Updation Graph API gives error response even if app updation is successful
Graph API endpoint to update an existing app gives response code as 400 instead of 201, but the actual updation happens successfully in the app…
Error with Granting Admin Consent for BOT Permissions in Teams Channel
I´m trying to set up some API permission in my Azure Bot under Microsoft Graph delegated permissions. However, for some permissions it requires admin consent for them. With the right account permissions I click on consent admin permission for it and I…
Microsoft Teams Bot unable to create conversation. Bot is not installed in user's personal scope.
Hello everyone, We are working on a Microsoft Teams Bot service to deliver notifications from our app (it is a one way communication bot) We have integrated following services: Graph: POST…