sp-dev-fx-webparts/samples/react-remote-event-receiver...
Tanddant 8454cffa5b Merge branch 'main' of https://github.com/Tanddant/sp-dev-fx-webparts 2021-05-04 06:41:33 +02:00
..
assets Merge branch 'main' of https://github.com/Tanddant/sp-dev-fx-webparts 2021-05-04 06:41:33 +02:00
config Added react-remote-event-receiver-manager sample 2021-05-03 21:03:42 +02:00
src Updated readme and sample.json 2021-05-03 21:32:35 -04:00
teams Added react-remote-event-receiver-manager sample 2021-05-03 21:03:42 +02:00
.editorconfig Added react-remote-event-receiver-manager sample 2021-05-03 21:03:42 +02:00
.gitignore Added react-remote-event-receiver-manager sample 2021-05-03 21:03:42 +02:00
.yo-rc.json Added react-remote-event-receiver-manager sample 2021-05-03 21:03:42 +02:00
README.md Updated readme and sample.json 2021-05-03 21:32:35 -04:00
gulpfile.js Added react-remote-event-receiver-manager sample 2021-05-03 21:03:42 +02:00
package-lock.json Added react-remote-event-receiver-manager sample 2021-05-03 21:03:42 +02:00
package.json Added react-remote-event-receiver-manager sample 2021-05-03 21:03:42 +02:00
tsconfig.json Added react-remote-event-receiver-manager sample 2021-05-03 21:03:42 +02:00
tslint.json Added react-remote-event-receiver-manager sample 2021-05-03 21:03:42 +02:00

README.md

Remote Event Receiver Manager

Summary

A very simple web part that lets you add and delete remote event receivers to lists, the need came about due to remote event receivers not functioning properly when added with app only authentication and PnP.Powershell now only using that.

Remote event receiver manager web part

Compatibility

SPFx 1.11 Node.js LTS 10.x SharePoint Online Teams N/A: Untested with Microsoft Teams Workbench Hosted: Does not work with local workbench

Applies to

Prerequisites

None

Solution

Solution Author(s)
react remote event receiver manager Dan Toft (@tanddant)

Version history

Version Date Comments
1.0.0 May 3, 2021 Initial release

Minimal Path to Awesome - please follow all the steps.

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp build
    • gulp bundle --ship
    • gulp package-solution --ship
    • Add and deploy package to AppCatalog

Features

  • See, add, and delete remote event receivers from a list

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.

Support

We do not support samples, but we do use GitHub to track issues and constantly want to improve these samples.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.