A tool to generate a daily scrum emails and timesheet notes based off tasks stored in Microsoft To Do.
- Integration with Microsoft Todo via Graph API
- Generation of Daily Scrum emails
- Generation of Timesheet notes
dotnet run
Using docker can be helpful to always keep the application running in a container.
docker compose up -d
NOTE: You'll need to run docker compose build
first to update an existing container
Once the website is running you will need to generate an Access Token from Microsoft Graph API.
- Visit https://developer.microsoft.com/en-us/graph/graph-explorer
- Ensure you're logged on
- Execute the
https://graph.microsoft.com/v1.0/me
query - Copy the
access_token
value from the response
- .NET 8
- ASP.NET Core
- Blazor Static SSR
- VSA
- Boostrap
- Docker
- Single-Sign On Support
- Sending of Emails