Is there a way to create a "OFF shift" in Teams Shifts?
Is there a way to create an "OFF Shift" in teams shift app? I'm trying to create a Medical Assistant schedule for my clinic. We are not using shift for clock ins or anything else except to create a MA staffing schedule. I was hoping there…
Microsoft Teams | Development
Why is live captions copying disabled in Teams?
Live captions copying is now disabled for Teams meetings? When I select a sentence or phrase from the live captions text and press CTRL+C I get a popup message "you can't copy the selected text." It turns out that "Live captions copying…
Microsoft Teams | Development

Falsely banned account
Microsoft has consistently demonstrated poor business practices. I have been an Xbox user for the past eight to nine years, spending over hundreds of dollars on the account and creating numerous cherished memories with friends. However, I recently…
Microsoft Teams | Development
Development of MS-Teams compliance recording bot with .net core(5+)
Hi, I want check if development Third-party compliance recording bot is possible with with .net core(5+) , Is there any sample available for this ? I go through docs(https://github.com/microsoftgraph/microsoft-graph-comms-samples/) and found all the…
Microsoft Teams | Development
Need guidance for Teams Dev
I need some guidance to using Teams Dev toolkit to develop and publish the custom apps or adaptive cards. Specifically: I need the guidance for the assistance app/card to summary the information of teams chat in specific time. If you have a demo, its…
Microsoft Teams | Development
Microsoft Graph API - OnlineMeetings: Error geeting some meetings : 3004: Specified meeting is not found
Hello, We are currently using Microsoft Graph API v1 to create and retrieve online meetings through the onlinemeetings endpoint. For some meetings, the following error is returned: One or more errors occurred. Status Code:…
Microsoft Teams | Development
Cloud Communications API recordResponse initial and max silence
Using the cloud communications API and remote media to play a prompt and record the response in a Teams channel bot. When setting parameters for the recording we're able to set the initial and max silence timeouts but these seem to have no effect on the…
Microsoft Teams | Development
Microsoft Security | Microsoft Graph
Microsoft Teams Bot App, not receiving teams meeting participants join/leave events
Hi, I am using this sample by meetings-events to try and get my bot application to react to meeting started, meeting ended, and participant join/leave events. Here is my manifest: { "$schema":…
Microsoft Teams | Development
Teams Graph API: Unable to create 1:1 chat with guest user using Application permissions (Forbidden error)
We are building an internal automation to streamline vendor communication through Microsoft Teams. To implement this, we are using PowerShell with the Microsoft Graph API. Below is a simplified PowerShell snippet we are testing: $tenantId =…
Microsoft Teams | Development
Is it possible to add a user to a Team programmatically using only Application permissions
We are using Microsoft Graph SDK for C# using Azure.Identity; using Microsoft.Graph; var clientId = "<app-id>"; var tenantId = "<tenant-id>"; var clientSecret = "<app-secret>"; var options = new…
Microsoft Teams | Development
Question about using choices.data with Data.Query in Adaptive Cards
Hello, I am working with Adaptive Cards : { "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "size": "Medium", "weight":…
Microsoft Teams | Development
How to remove the recording notification banner in teams client from compliance policy?
Hello, Is there a way to remove the recording notification banner that appears at the top of the teams client when a compliant user joins the call? I know that the audio notification can be removed via a configuration setting when configuring the…
Microsoft Teams | Development
Microsoft Teams | Microsoft Teams for business | Other
Urgent: Unable to Run and Debug Teams App Locally – AADSTS50020 / Custom App Upload Check Failed
I am blocked from testing my Teams app in the actual Teams client (critical go-live issue). The app works when run in the Microsoft 365 Developer Playground (VS Code → “Run and Debug in Microsoft 365”), but many features like Salesforce live…
Microsoft Teams | Development
Custom Teams App Tab not discoverable/visible in Shared Channels
We are developing a Microsoft Teams app that adds a tab inside channels for handling attachments. We are facing an issue specifically with Shared Channels: Automated (Graph API) We use Graph API: curl --location…
Microsoft Teams | Development
Teams meeting link not generated when we create meeting via API
Hello, We have a calendar system which creates meetings over outlook/graph api and it was working fine for many years until this week. For some of our users, altough the meeting created, the meeting join url not generated. Its working fine for some of…
Microsoft Teams | Development
Custom apps 403: Insufficient privileges to complete the operation.
I’m building a custom Teams app that integrates with Microsoft Graph for user data and messaging. Everything works in my dev tenant, but when I test in another tenant, certain Graph calls fail with this error: Error code: 403 Reason: Insufficient…
Microsoft Teams | Development
[Graph API] Get all transcripts list: Why we need admin consent to call the API? It is not documented in this page for delegated permissions but while calling the API from Graph Explorer we are getting error (Trying with non admin user)
Why we need admin consent to call the API? It is not documented in this page for delegated permissions but while calling the API from Graph Explorer we are getting error (Trying with non admin user)? …
Microsoft Teams | Development
Leave an Organization in Teams that I used to collaborate with as a guest
I used to collaborate with an organization and no longer do. My company is recently switching to Office 365 from G-Suite and now, when I log into Teams, I am told to log into this other organization where I was a guest tenant. I no longer collaborate…
Microsoft Teams | Development
Microsoft Teams call disconnects when receiving WhatsApp call
I have both WhatsApp and Microsoft Teams installed on my laptop and mobile. Whenever I’m on a Teams call using my laptop, if I receive an incoming WhatsApp call (either on my laptop or mobile), the Teams meeting disconnects immediately — even before I…
Microsoft Teams | Development
Teams app bot not working in private channels
Hello, I am working on a Teams app (bot). I want the app to be available in private channels. Here’s what I’ve already done in the manifest: "supportedChannelTypes": ["sharedChannels", "privateChannels"], "bots":…