The Teams Toolkit is a collection of solutions and tools for Microsoft Teams developers to ease their development work. Teams Toolkit includes IDE extensions for Visual Studio Code and Visual Studio named 'Microsoft Teams Toolkit', code libraries like Teams Framework 'teamsfx' and Teams Client library 'teams-js', and a command line tool 'teamsfx' for terminal users.
Questions tagged [teams-toolkit]
224 questions
1
vote
1 answer
Is it possible to change the tab order when when using a bot and static tabs in a Teams app?
In a Microsoft Teams app we developed using TeamsFX/Teams Toolkit, we have two static tabs and a bot. When we added the bot, it inserted its tab as the first tab in the app. Is it possible to reorder the app's tabs when using a both and static tabs?…

JordanDrako
- 13
- 2
1
vote
2 answers
Set Config Tab and Pinned Tabs(website) culture same as Team in a Teams App Package (C# and Blazor)
I have a Teams app package which is built on C# and Blazor created using Microsoft Teams App project template. This website has pages for config tab and after selecting the item in config tab, there are pages which gets pinned in a channel. I used…

user25879
- 129
- 7
1
vote
1 answer
Invalid meeting id when get meeting infos using teamsFx sdk
I would like to retrieve meeting infos using the react TeamsFx library
this is how I do :
const meetingInfos = (graph: Client)=> {
return new Promise((resolve,reject)=>{
microsoftTeams.getContext( async context=>{
…

infodev
- 4,673
- 17
- 65
- 138
1
vote
1 answer
Adaptive in Typescript not rendering adaptive card actions like hyperlinks, text bold, etc
The adaptive card JSON object is as shown below
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.3",
"body": [
{
"type": "Container",
"items": [
…

Mahantesh Teli
- 11
- 1
1
vote
1 answer
How to add Signup link in description of Custom Teams app Manifest Json
i need to add an login link in description to a MS Teams App as part of the information display before the app is installed. Documentation does mention a how to add link but how can I put it on the app's manifest/info like the image below?
So as…
1
vote
0 answers
Custom activity feed notifications, WebUrl does not navigate to tab on selecting the notification, for iOS
I successfully implemented custom notifications for teams. On click of notification it navigates to a tab in our application (we set tab deep link in TeamworkActivityTopic.WebUrl). It works fine on desktop app, browser and android mobile app…

ajinkya shidhore
- 43
- 9
1
vote
2 answers
Microsoft Teams Toolkit - Support for Multitenant Teams App
I am developing a Teams App which have Tab and Search Message extension as a capability. The app should support multitenant scenarios, where the app will be deployed on different tenant and should be able to do some operation using Graph api. Hence…

user25879
- 129
- 7
1
vote
0 answers
Microsoft Teams Barcode Scanner gives error 9000 (Old_platform) in a Custom App
I created a blazor project using the teams template on visual studio.
then I imported the javascript as shown below in _host.cshtml