https://github.com/banovvv/graphreview
https://github.com/banovvv/graphreview
email hack-together meeting microsoft-graph-sdk
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/banovvv/graphreview
- Owner: Banovvv
- License: mit
- Created: 2023-02-23T12:20:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T15:32:13.000Z (about 3 years ago)
- Last Synced: 2025-06-01T04:00:50.817Z (about 1 year ago)
- Topics: email, hack-together, meeting, microsoft-graph-sdk
- Language: C#
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GraphReview
[](https://github.com/microsoft/hack-together)
Simple API used to schedule review meetings and send emails via MicrosoftGraph.
## Design

## Prerequisites
You need an appsettings.json file with the following:
```JSON
"ConnectionStrings": {
"SqlServer": "your-connection-string"
},
"MicrosofrGraph": {
"TenantId": "your-tenant-id",
"ClientId": "your-client-id",
"ClientSecret": "your-client-secret",
"DefaultSender": "your-default-email"
}
```