Category "microsoft-teams"

Why an installed app is not listed by Ms Graph API?

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]"]

How to make sure Microsoft teams reloads website in teams channel tab every time it is updated?

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

Microsoft Teams SSO - Unable to Retrieve Token

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

Microsoft Teams SSO - Unable to Retrieve Token

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

pymsteams. I need to mention a person in message sent by pymsteams. How to do it?

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

Report about the use of mentions in Teams Channel

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

Teams Invoke_response being rejected by Teams?

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

Is possible use Microsoft Graph API in a UWP app on HoloLens in order to initiate a video call through Microsoft Teams?

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

MS Teams Bot -- Is it possible to invoke a botMessagePreview from a task/submit activity as opposed to from a composeExtension/submitAction activity?

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

Single sign on in tabs using external identity provider

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

How to invite user to a team using Graph API?

I can invite a user with Grap API /invitations endpoint: POST https://graph.microsoft.com/v1.0/invitations Content-type: application/json { "invitedUserEmail

Teams Toolkit: read configurableProperties and add a custom configurable property

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

Getting null values in jq bash

I have data.json which looks like this { "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "text": "Monitoring", "wrap": true,

How to keep Microsoft teams status active?

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?

Explanation for error "Incoming request was redirected to the wrong geo! Current geo: EUDB, Target geo: EMEA" in Bot Framework Teams Bots?

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

MS Teams Error message: Failed to retrieve flag from thread properties. Conversation not found

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

MS Teams Error message: Failed to retrieve flag from thread properties. Conversation not found

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

Microsoft Teams DDI. I can call to outside numbers, But unable to receive calls

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

Teams UI Toolkit - Toolbar, Gauge and Map not found in @fluentui/react-teams

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,

Microsoft Graph API Activity Feeds Notification does not push to mobile app

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