Forum Widgets
Latest Discussions
Cannot upload Team custom App. Shows constantly shows UnknownTeamsAppManifestExceptionType error
Hello, Could please someone advise. Cannot upload a custom App. The same app was successfully uploaded in December 2024. Now UnknownTeamsAppManifestExceptionType is shown. Thanks!Kiryl22Jan 21, 2025Occasional Reader9Views0likes0CommentsMS Graph setPresence problems
Hi everyone, we have two issues with MS Graph setPresence: 1. Every time I do api call with a valid availability/activity, I get 200 OK but I don’t see the status actually changing in the Teams App. What’s funny, I can see it being changed if I am logged as another user and just observe the user I change the status for. The status updates only when I restart teams app. 2. Although I set the Presence State to “Busy – InACall”, incoming calls are not rejected. And yes, Busy on Busy (Busy Options) is activated. So if I have a real Teams call a new incoming call is rejected. Any ideas how to resolve these two issues? Thanks.relkniwJan 16, 2025Brass Contributor5.3KViews1like21CommentsHow to send a message to a thread (reply) using botbuilder 4.0 SDK
How to send a message to a thread (reply) using botbuilder 4.0 SDK Scenario:- 1. User A -> Types a message in Teams App (bot) 2. Now Bot has to reply to the same thread that user A has started inTeams App (bot) I am able to send a new message in theTeams App (bot) - Not expected The bot needs to reply to the same thread the user started - Expected If you have any document link or example, please point it out. Thank you.ituser1n03vJan 15, 2025Copper Contributor3.6KViews1like15Commentsenable Accessibility Tree on macOS in the new Teams (work or school)
hello! so i build apps for macOS that use the AX Tree exposed by other apps. in the old Teams, i was able to expose the AX Tree by sending a call to Teams (seehttps://www.electronjs.org/docs/latest/tutorial/accessibility#macosfor more info). it doesn't work anymore in the new Teams. there's another flag that can be sent to apps, but it doesn't work either. the new Teams doesn't expose its AX Tree to my calls. but i **KNOW** it is possible to expose it, because i've found at least one third party app that is able to do so. so, my question, what needs to be done to the new Teams so that i can have access to the AX Tree with my own apps? thank you!godboutJan 13, 2025Copper Contributor930Views1like9CommentsError Adding Icon to Viva Connections Teams App
When attempting to add my organizations logo to the Viva Connections application, through the Teams admin portal, I receive an error that states: "Warning We can't display the image of this private app. To see the image, you must get a license." My organization has an E3 license, I am able to link our SharePoint Home Site to the application and was able to change the name/integrate it into Teams. The only issue I am having now is changing the logo.Bwilson945Jan 10, 2025Copper Contributor849Views1like1CommentAdaptive Card Blank in handphone Android and iOS, sometimes, and previously worked fine
Hi, I created Power Automate to send Adaptive Cards to Microsoft Teams. Previously it was running normally, the cards were sent perfectly to both laptops and Android and iOS phones, but a few days later, about a week, the cards sent to the team's phones were increasingly blank, even now every time there is a card, it is definitely blank if it is on a phone. this code for the Adaptive Card { "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "size": "Medium", "weight": "Bolder", "text": "Ticket No. @{body('Update_Reject')?['TicketNo']} Has Been Reject!" }, { "type": "TextBlock", "text": "Hi, @{body('Update_Reject')?['Author']?['DisplayName']}. Ticket No. @{body('Update_Reject')?['TicketNo']} has been reject by @{body('Update_Reject')?['Approval']?['Value']}.", "wrap": true }, { "type": "FactSet", "facts": [ { "title": "Ticket No.", "value": ": @{body('Update_Reject')?['TicketNo']}" }, { "title": "Publish Date", "value": ": @{body('Update_Reject')?['PublishDate']}" }, { "title": "Requester", "value": ": @{body('Update_Reject')?['Author']?['DisplayName']}" }, { "title": "Request Type", "value": ": @{body('Update_Reject')?['RequestType']?['Value']}" }, { "title": "Work Instruction", "value": ": @{outputs('Get_RO')?['body/WorkInstruction']}" }, { "title": "Reject By", "value": ": @{body('Update_Reject')?['Approval']?['Value']}" }, { "title": "Status", "value": ": Reject" }, { "title": "Reason", "value": ": @{body('Update_Reject')?['Notes']}" } ] }, { "type": "ActionSet", "actions": [ { "type": "Action.OpenUrl", "title": "Script Link", "id": "ScriptButtonUrl", "url": "@{body('Update_Reject')?['Script']}", "style": "positive" }, { "type": "Action.OpenUrl", "title": "Test Result Link", "id": "TestButtonUrl", "url": "@{body('Update_Reject')?['TestResultLink']}", "style": "positive" }, { "type": "Action.OpenUrl", "title": "Pentest Link", "id": "PentestButtonUrl", "url": "@{body('Update_Reject')?['PentestLink']}", "style": "positive" } ] }, ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.3" } what's wrong, can you help me? thanks.tezzafazarJan 10, 2025Copper Contributor212Views3likes5CommentsOutlook is not showing image for new posts in MS Teams Channel
Issue: Microsoft Power Automate | We have a power automate flow, where it is triggered when a new post is added to the channel in MS Teams and the action is to send email. We found that if the post contains photo, the photo is not seen in the email or there is an Error. Flow Setup: The environment is MS Personal Productivity Testing Results: 1. This is when a new post is added in MS Teams channel: 2. Result in Outlook email: Question: The post always contain text + photos, however text is seen on the outlook but the photos are seen with the below error How we can fix this issue? is it outlook problem? What Action should we add to our flow to fix this problem?1.7KViews0likes5CommentsMs Graph API: Set "Busy - In a call" does not cause new calls to be rejected
Hi everybody, Although I set the Presence State to “Busy – InACall”, new incoming calls are not rejected. And yes, Busy on Busy (Busy Options) is activated. So if I have a real Teams call a new incoming call is rejected. Any idea why setting“Busy – InACall” via Graph API doesnot cause new calls to be rejected? Regards GerdrelkniwJan 10, 2025Brass Contributor218Views0likes6Comments
Resources
Tags
- microsoft teams1,669 Topics
- developer1,295 Topics
- Meetings226 Topics
- Chat212 Topics
- Administrator135 Topics
- Settings102 Topics
- Calling101 Topics
- files64 Topics
- teams53 Topics
- devices52 Topics