This is a single page interview scheduling application powered by Django as backend and uses SQLite3 database for development and demonstrates Many to many relationship between interview and participant table. It also takes care of cases of multiple scheduled interviews and the correct set of participants selected at the correct time while editing too.
Case 02: Try to Schedule an interview where atleast one of the participant is not available in that time slot:
Hope you like it. Suggestions are welcome.