How to Implement a "Notification-Only Bot" in Microsoft Teams Without Using Bot Framework SDK
I have a question regarding the implementation of a bot for a Microsoft Teams app, specifically for a "notification-only bot." Most implementation guides I’ve found suggest using the Bot Framework SDK to set up proactive messaging. For…
teams meeting app develop ios sidepanel microphone and speech to text problem
hello, i am developing a microsoft teams meeting application in the team's application application works on the side panel you know i am not having any 1 problem in the teams web browser and teams desktop application but i am having problems in the…
Skype is the only meeting provider
I'm using Microsoft 365family and Skype is the only meeting provider for online meetings. I'm looking for any possibility to use TEAMS as meeting provider! How to switch to TEAMS?
Clarification on Using /sendActivityNotification API for Rich Content in Microsoft Teams
I have a question regarding the /sendActivityNotification API in Microsoft Graph. In this documentation, under the section "You can use activity feed notifications to do the following:", it mentions "Show rich content in a Tab app or…
How to create a teams chat with an external guest using logic apps
I am trying to create a group chat that includes an external guest user using the Teams "Create a chat" logic app connector. I can create the chat if I only use an internal email address but not if I include the guest user. Is there any way to…
Teams Azure Devops connectors issue
I am experiencing issues with the Azure DevOps connector in Microsoft Teams across both mobile and web versions. I use macOS on two devices: one with an Intel i7 chip and another with an Apple M1 chip. Previously, I had configured the connector to send…
How to get a notification when Teams online meeting has started
Hi I am trying to subscribe to online meeting call events. I am using MS Graph Python SDK and a GraphServiceClient to post the subscription request. I have subscription for new event creation and when this happens I check whether it is on online meeting…
Question about the search function of Microsoft Teams
Hello Teams Development, I was redirected here as I have a little odd question. I have spent like 3 business days to find a solution and unfortunately I couldn't. I am trying to make the users in Microsoft Teams searchable in another language. I want to…
custom app
Hi All My user is getting below error in visual studio, please guide me how to fix this. Attached screenshot.
Something went wrong, please try again" Error message in Adaptive cards
I've created an actionable(action.http) message with a button using Adaptive Cards. The first time I try submitting my response from Outlook, I receive an error: "Something went wrong. Please try again later." However, on subsequent attempts, I…
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…
How to create a weblink to open Approvals app inside Teams for a specific environment
Hi, I am testing these type of…
Context parameters are not replaced in Teams iOS application.
We have one Teams app in which we are using the context for app/tab. We are following the documentation correctly and seeing no issue in Android, Mac, PC. However when we are in iOS teams app, then context parameters are not being replaced with their…
How to make adaptive card reviewable in the activity tab? and can poster changed to bot in private channel?
Hello, Currently in the middle of migrating from connectors webhook to workflow post to channel when webhook triggered, using code is python and it is like below: def Teams_MSG(): teams_msg = { "type":…
Hi , We have built and published an App on Microsoft Teams. This application is a reactjs based one but mounted on Sharepoint. We are able to access this application through web browser. We are able to access this application through Teams on Desktops,
Hi , We have built and published an App on Microsoft Teams. This application is a reactjs based one but mounted on Sharepoint. We are able to access this application through web browser. We are able to access this application through Teams on Desktops,…
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…
Unauthorized error in User authentication in Bot in Government Cloud(GCC High)
I am getting Unauthorized error, bot setup details are given below. I have tried the same setup in commercial azure and it's working. Issue is only in GCC High Azure. bot Setup in Azure portal (portal.azure.us) Created Azure Bot in Azure portal. …
Microsoft Graph V1 Teamwork SendActivityNotificationToRecipients Returns 202 Accepted Status Code, but Activity Feed Notification Is Never Received in Microsoft Teams
I am attempting to use the Microsoft Graph API to send Activity notifications to recipients in Microsoft Teams. (Using this documentation…
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…
How to generate a teams meeting link with token on postman?
Hi guys. I have a problem with creating a teams meeting link. I know that there is a documentation about this topic but i never could success. I already read this documentation countless time and i tried different variations but it didn't work for me.…