I am trying to upgrade an app which belongs to a chat. If the app is not installed, below code successfully install it: await graph.Chats["19:[email protected]"]
For monitoring purposes I created a website (with ip restriction) that I added to a tab in a Microsoft teams channgel. So far so good. However, every time I upd
I am trying to retrieve an SSO token in my Microsoft Teams task module for a logic am working on and when I use the Microsoft teams SDK I keep getting the error
I am trying to retrieve an SSO token in my Microsoft Teams task module for a logic am working on and when I use the Microsoft teams SDK I keep getting the error
I have installed and connected pymsteams to a channel and able to send messages. I read documentation but didn't find anything related to how to send message wi
I am requested to provide the following information from a Teams Channels: Who used a specific mention/tag example @support and how many times(total tags by eac
I have a teams app running on a standalone server with an AzureBot setup for message extensions on the app. I've got a class implementing message handling exten
I would like to use Microsoft Teams to start a video call using HoloLens device with another people (using a PC). I have and UWP app that I can install on HoloL
I am building a messaging extension in Teams that uses task modules and sends adaptive cards. I want to invoke the same task module from both a messaging extens
From the tab application I need to access an external API. For authenticating the tab application with this external API I use OAuth. My question would be that
I can invite a user with Grap API /invitations endpoint: POST https://graph.microsoft.com/v1.0/invitations Content-type: application/json { "invitedUserEmail
We need to "Customize our Teams app" (https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/design/enable-app-customization). Is it possible to read
I have data.json which looks like this { "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "text": "Monitoring", "wrap": true,
In Microsoft Teams, the status changes to "away" after a while being inactive. Is there any way in Python to keep it active all the time?
Starting May 13th, 2022 around 3 PM UTC, we are seeing several of our previously functional Teams bots built on the bot framework failing to send messages to us
I am developing azure bot using python sdk v4. From yesterday, this bot is giving below error when i opened personal teams chat with bot on browser 2022-04-12T1
I am developing azure bot using python sdk v4. From yesterday, this bot is giving below error when i opened personal teams chat with bot on browser 2022-04-12T1
I have set up DDI numbers for my organization to receive inbound and outbound calls through MS Teams using a telephone number. I bought this from a telecom prov
I'm developing a dashboard that will be embed in a Microsoft Teams Tab. Microsoft provides an UI toolkit: package and figma templates (source article). However,
I'm POST-ing to MS Teams Activity Feed Notifications via the Microsoft Graph API. However, the notifications are only being pushed through to the desktop and br