vman / spfx-teams-message-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spfx-teams-message-action

Summary

Code accompanies this blog post: Microsoft Teams messaging extensions using SPFx: Getting the message data with Microsoft Graph

Microsoft Teams message action using SPFx

Used SharePoint Framework Version

version

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Solution

Solution Author(s)
spfx-teams-message-action Vardhaman Deshpande @vrdmn

Version history

Version Date Comments
1.0 September 4th, 2020 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve --nobrowser

References

About


Languages

Language:TypeScript 63.2%Language:CSS 29.7%Language:JavaScript 7.1%