Our team is currently developing an online class website where our client wants to incorporate recorded classes. These recorded classes will be uploaded to YouTube in unlisted format and then linked to specific calendar dates. I will share the code for the calendar below.
To view the code, please visit: https://codepen.io/internette/pen/YqJEjY
<div class="yellow">
<div id="calendar">
<div id="toolbar"></div>
... (code continues) ...
</div>
We are looking to create a feature where clicking on a date in the calendar will toggle a space displaying a link to the corresponding YouTube video. Exciting stuff!