BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5335575689166848/lesson/0fe0a9f71678fb0fd2a6e3e9b01cc922?ref=outlook-calendar
SUMMARY:Document Ready
DTSTART;TZID=America/Los_Angeles:20260513T190000
DTEND;TZID=America/Los_Angeles:20260513T200000
LOCATION:https://www.learndesk.us/class/5335575689166848/lesson/0fe0a9f71678fb0fd2a6e3e9b01cc922?ref=outlook-calendar
DESCRIPTION: A page can't be manipulated safely until the document is "ready." jQuery detects this state of readiness for you. Code included inside $( document ).ready() will only run once the page Document Object Model (DOM) is ready for JavaScript code to execute. Code included inside $( window ).on( "load", function() { ... }) will run once the entire page (images or iframes), not just the DOM, is ready.

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