Skip to content

Latest commit

 

History

History

nodejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
page_type description products languages extensions urlFragment
sample
This sample shows tab capability with the feature of client sdk people picker.
office-teams
office
office-365
nodejs
contentType createdDate
samples
12-04-2022 01:48:56
officedev-microsoft-teams-samples-tab-people-picker-nodejs

Tab people picker

This sample shows tab capability with the feature of client sdk people picker.

tab

scope vise search

All memberes of organisation search

Single select

Set selected search

Mobile View

Prerequisites

To try this sample

  1. Clone the repository

    git clone https://github.com/OfficeDev/Microsoft-Teams-Samples.git
  2. In a terminal, navigate to samples/tab-product-inspection/nodejs

  3. Install modules

    npm install
  4. Run ngrok - point to port 3978

    ngrok http -host-header=rewrite 3978
  5. Run your bot at the command line:

    npm start
  6. This step is specific to Teams.

    • Edit the manifest.json contained in the Manifest folder to replace your Microsoft App Id (that was created when you registered your bot earlier) everywhere you see the place holder string <<Manifest-id>> (depending on the scenario the Microsoft App Id may occur multiple times in the manifest.json)and ngrok url everywhere you see the place holder string <<base-url>>
    • Zip up the contents of the Manifest folder to create a manifest.zip
    • Upload the manifest.zip to Teams (in the Apps view click "Upload a custom app")