This is for "today" usage only.
Eveyday @7AM, a CRON job will retrieve past day events from DB. Make sure these events' dates are for today only.
flowchart TD
A([Start]) --> B[Email Server: Received a new email from reserve\@something.miamioh.edu]
B --> C[Nodejs: fs. Read log and extract email for BookingID]
C --> |input BookingID| D[LibCalAPI: GET. NetID, Confirm or Cancel, Date&Time, Location&Room, Stud2&Stud3]