BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/6425874276548608/lesson/b42ab0ca8f15888208d503d3e47811f3?ref=outlook-calendar
SUMMARY:Multiple Catch Block
DTSTART;TZID=America/Los_Angeles:20260502T190000
DTEND;TZID=America/Los_Angeles:20260502T200000
LOCATION:https://www.learndesk.us/class/6425874276548608/lesson/b42ab0ca8f15888208d503d3e47811f3?ref=outlook-calendar
DESCRIPTION: If an exception occurs in try block then the control of execution is passed to the corresponding catch block. A single try block can have multiple catch blocks associated with it, you should place the catch blocks in such a way that the generic exception handler catch block is at the last(see in the example below).

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