sp-dev-fx-webparts/samples/react-office-offer-creation
mmsharepoint 69caa959ae
New sample react-office-offer-creation
2023-01-05 14:28:33 +01:00
..
assets New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
config New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
src New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
teams New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
templates New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
.eslintrc.js New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
.gitignore New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
.npmignore New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
.yo-rc.json New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
README.md New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
gulpfile.js New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
package-lock.json New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
package.json New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00
tsconfig.json New sample react-office-offer-creation 2023-01-05 14:28:33 +01:00

README.md

Offer Creation (SPFx) - Microsoft Teams App

Summary

This sample is a Teams personal Tab to act as a Microsoft 365 across application (Teams, Outlook, Office) including a search-based messaging extension to act in Teams and Outlook. It is realized with SharePoint Framework (SPFx).

App live in action inside Teams

App live in action inside Teams

Create Offer form with FluentUI controls

Create Offer form with FluentUI controls

Create Offer form with FluentUI controls opened in Microsoft 365

Create Offer form with FluentUI controls opened in Microsoft 365

Created Offer with filled metadata opened 1in Word

Created Offer with filled metadata opened 1in Word

Configuration settings form to set Site Url (Offer location)

Configuration settings form to set Site Url

For further details see the author's blog series

Used SharePoint Framework Version

version

Applies to

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

Version history

Version Date Author Comments
1.0 Dec 28, 2022 Markus Moeller 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
  • Create the content-type for your offers in a site / default document library of your choice

    • With PnP-PowerShell for instance call the deploy script with your site url as parameter

      .\templates\deploy.ps1 -siteUrl <YourFullSiteUrl>
      
      
    • This should put the same site url to your tenant-property named 'CreateOfferSiteUrl'

Features

References