Automatically add events to your calendar!
TODO:
Automatically adding guests in the future would benefit from a searchable contacts list
Move to an element within a page based on #id https://stackoverflow.com/questions/13266746/scroll-jump-to-id-without-jquery document.getElementById('id').scrollIntoView({ behavior: 'smooth' });
listen for browser changes to rerun scripts https://stackoverflow.com/questions/2844565/is-there-a-javascript-jquery-dom-change-listener/39508954#39508954
Listens for url changes to rerun scripts (probably want this one) https://stackoverflow.com/questions/21657319/detect-youtube-video-change-with-injected-javascript/21668232#21668232
Known bugs/areas for improvement:
Doesn't handle hidden text doesn't select on user input doesn't work if text for dates is across child nodes
// potentially use a drawer https://mui.com/material-ui/react-drawer/