Skip to content

Office365DevOps/msteams-samples-task-module-csharp

Repository files navigation

Build Status

Developing and debugging a Task Module locally

Prerequisites

The following tools should be installed.

  1. visual studio
  2. teams client or use teams on web
  3. ngrok

Steps

  • Make sure that the all required tools are installed.
  • Use visual studio to open solution Microsoft.Teams.Samples.TaskModule.sln and run it(default with port 3333).
  • Open ngrok terminal and run ngrok.exe http 3333 -host-header="localhost:3333", copy https host ngrok
  • Update web.config file accordingly web.config
  • Use App Studio to configure tab, bot, message extension. app studio app studio app studio
  • Install application in App Studio app studio
  • Select feature to install(eg. Tab) and configure feature feature
  • Check installed tab tab
  • Create Item(open task module in tab) task module open
  • Search items in message extension and send it to team members search items
  • Update item(click button "Update this item" to open update modal) task module update

Note: you can create a bot by following this link, or in App Studio.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published