This project is an automated tool for recruiters to schedule interviews on teams.
- Automatically creates a teams meeting link for the specified time and day.
- Reads a CSV file to collect all the input parameters like Name, email ID, Time of Interview, Interviewer Details etc
- Sends an email notification to both the interviewer and interviewee with the Teams Meeting Link and the Time & Day of the Interview
- Provide a CSV with basic details like name, email ID, time of interview, Interviewer details
- Just use the App and notify everyone instantly!
- .Net
- Microsoft Graph to create Teams Meeting Link and send an email from your outlook account
- Console App to do this all interactively
- Clone the repo
- Create a new app in Azure Active Directory and get the Client ID
- Update the Client ID in the appsettings.json file
- Update the CSV file with the details of the interviewees
- Run the command
dotnet run
in the terminal - Follow the instructions on the screen
- Have fun!
Now, recruiters can easily inform about the interviews using personalized emails without having the need to do it themselves!