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.
- .NET 9
- ASP.NET Core
- Razor Pages
- VSA
- Boostrap
- Docker
- Single-Sign On Support
- Sending of Emails