Export API getAllMessages lastModifiedDateTime is not updated
Hello, When I use Export API ( https://learn.microsoft.com/en-us/microsoftteams/export-teams-content ), say "users/335f3c99-ff13-42b4-99c7-2664e1a03deb/chats/getAllMessages" endpoint, it provides me the the following response: { …
Create personal app in Teams dev that launches a website
Looking to create a personal app in Teams dev so users can launch a website from an icon on the sidebar. The website is a different domain than our tenant domain and also has SAML SSO in front of it so there are a few redirects. When I try to build the…
How to update Teams bot
Hi, I'm developing a Microsoft Teams bot using Visual Studio (.NET) and Teams Toolkit. When I first publish my Teams bot, it works fine (I am testing it using http triggers). I am following this process in Teams Toolkit: Prepare Teams App Dependencies …
Bot Not Receiving Action.Submit Responses from Adaptive Card in Microsoft Teams Error 1008
Description: Our bot has been set up to listen for incoming messages in TeamsBot.ts, we have tried to use two separate functions, handleTeamsMessagingExtensionSubmitAction and onInvokeActivity, to capture and handle messages. These functions were added…
How to deploy my Bot using teams toolkit?
Hello, I have created a bot using teams toolkit and Azure openai Key within visual studio.ref link Shared link i taken as reference done same how the documentation is. Now i can easily use my bot or test my bot in web interface but now i want to deploy…
Microsoft Teams Tab App Fails Authentication with AADSTS650057 Invalid Resource Error
Hi, I'm developing a Microsoft Teams Tab app using a custom manifest and integrating it with Microsoft Entra ID (Azure AD) for authentication. While authentication works seamlessly in the browser, attempting to log in through the Teams app results in…
Why are Organizers and co-organizers unable to edit online meeting settings for meeting created via API
We are creating Teams Events & Online meetings via API and are adding co-organizers to the meeting so they can start/manage the online meeting. However neither the organizer account nor the co-organizers are able to edit any of the meeting options…
Inline Style for sending chat message to team via api does not work
I am using this api POST /chats/{chat-id}/messages My code messageContent = ` <div style="color: #5d9e52; font-weight: bold;">This is a test</div>`; const chatMessage = { body: { contentType: 'html', content:…
MS Teams Mobile-App crashes on iOS 18.1 after Add-In opening
Hello, we developed a Microsoft Teams Messaging Extension for Teams, the app is added public and published already. It is working fine on Windows MS Teams and Android MS Teams. Only issue is for iOS, after opening the Add-in in a Chat the app is…
How to Give From name win power automate adaptive card
Hi Team, I have a requirement where my Power automate desktop flow uses active post a card to send message to teams channel. I have created connection reference and it displays name of the account used in connection reference. I want to place a generic…
Error Sideloading Add-In into Outlook Using "@microsoft/teamsapp-cli install"
I am trying to run npx @microsoft/teamsapp-cli install --file-path "[file path name]" to sideload an add-in using the unified JSON manifest into Outlook (Version: Microsoft® Outlook® for Microsoft 365 MSO (Version 2410 Build 16.0.18129.20100)…
Asignar la Política a los Usuarios- cmdlet New-CsBatchPolicyAssignmentOperation
Ayuda con el siguiente error PS C:\Windows\system32> Connect-MicrosoftTeams Account Environment Tenant TenantId ramirez.ana-its@_____.mx AzureCloud e792aff2-d2d4-41ba-b6c4-f66f5a927247…
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":…
conversation not found
Hi there, We have an application that sends reminders to users and channels on Microsoft Teams. While sending reminders, we occasionally encounter an error:…
How to fetch Meeting ID from given Meeting ID and Password in the Teams Meeting Calendar via coding?
Ref Link:https://learn.microsoft.com/en-us/microsoftteams/platform/graph-api/meeting-transcripts/fetch-id When i m trying to fetch Meeting ID using Graph Explorer ,it giving all the necessary details and i m using my Tenant ID. GET…
How does host retrieve the data edited by the user in the adaptive card (Teams Chat)?
Hi all, We use MS graph rest API to send an adaptive card containing input texture in teams 1-1 chat to allow the user to fill in information. How can the sender obtain the data filled in by the user in the adaptive card through the rest API? …
Error: teamsApp/extendToM365 failed. Error: Request failed with status code 404 Unable to execute action teamsApp/extendToM365. Error message: undefined
Unable to execute action teamsApp/extendToM365. Error message: undefined
Issue with Acquiring Access Token silently in android with scope "Teams.ManageCalls"
Hello, I'm developing an Android (kotlin android compose) app using Azure Communication Services to enable calls from the app to Microsoft Teams users. To initiate these calls, I need a teamsAccessToken. I’ve set up MSAL to acquire the user’s access…
MS Graph API - Shifts Unpaid Breaks
When you create a Shift via Microsoft Teams, there is a field for an Unpaid Break in minutes. When this shift is retrieved via Microsoft Graph API, the Unpaid Break field is nowhere to be found. { "@odata.etag":…
How to capture Hyperlink click
I have designed an adaptive card Where I have defined a link Click on the link to get more detail . It will open in new tab . Action to capture if someone has clicked on the link How It can be done ? Here is Payload for Adaptive card : { …