BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4892959793217536/lesson/70c2b57897132d1365631eaa676a76df?ref=outlook-calendar
SUMMARY:Error Catching + Demo
DTSTART;TZID=America/Los_Angeles:20260511T190000
DTEND;TZID=America/Los_Angeles:20260511T200000
LOCATION:https://www.learndesk.us/class/4892959793217536/lesson/70c2b57897132d1365631eaa676a76df?ref=outlook-calendar
DESCRIPTION: 
If a function throws some kind of error, code execution will stop
Try/catch block prevents this
Function that throws an error in try block will not cause execution to stop
Execution will resume at the catch block instead


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