BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/6196584712765440/lesson/14f6903650e47e78b3d5f34f7f33827b?ref=outlook-calendar
SUMMARY:Resources
DTSTART;TZID=America/Los_Angeles:20260501T190000
DTEND;TZID=America/Los_Angeles:20260501T200000
LOCATION:https://www.learndesk.us/class/6196584712765440/lesson/14f6903650e47e78b3d5f34f7f33827b?ref=outlook-calendar
DESCRIPTION: Welcome to the course. I really hope you enjoy taking it.

Just a heads up that if you are using the latest version of Three.js the file Detector.js has been refactored into WebGL.js three.js/wiki/Migration-Guide

For the three.js examples change the following:

In index.html change: 

to 

In game.js update:if ( ! Detector.webgl ) Detector.addGetWebGLMessage();

to:

if ( WEBGL.isWebGLAvailable() === false ) {    document.body.appendChild( WEBGL.getWebGLErrorMessage() );}

https://www.learndesk.us/class/6196584712765440/lesson/14f6903650e47e78b3d5f34f7f33827b?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR