BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5630802022891520/lesson/a6a00840c53e315a09817c09a34c8b0a?ref=outlook-calendar
SUMMARY:What is SetInterval?
DTSTART;TZID=America/Los_Angeles:20260509T190000
DTEND;TZID=America/Los_Angeles:20260509T200000
LOCATION:https://www.learndesk.us/class/5630802022891520/lesson/a6a00840c53e315a09817c09a34c8b0a?ref=outlook-calendar
DESCRIPTION: 
Repeats a particular action with a specified amount of time (an interval) in between repetitions
Like calling setTimeout within setTimeout
Duration cannot be changed without invoking setInterval again
The first execution occurs after the interval
No code executes at the point in time when setIntervalis invoked
Highly versatile with many valid uses. Many tasks when building a website involve a repeated action at an interval (communicating with analytics, saving state to localStorage, etc.)


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