BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5706615246290944/lesson/3fb8109277633b40203f7a6f77808189?ref=outlook-calendar
SUMMARY:Functions
DTSTART;TZID=America/Los_Angeles:20260511T190000
DTEND;TZID=America/Los_Angeles:20260511T200000
LOCATION:https://www.learndesk.us/class/5706615246290944/lesson/3fb8109277633b40203f7a6f77808189?ref=outlook-calendar
DESCRIPTION: A Function procedure is a series of Visual Basic statements enclosed by the Function and End Function statements. The Function procedure performs a task and then returns control to the calling code. When it returns control, it also returns a value to the calling code.

Each time the procedure is called, its statements run, starting with the first executable statement after the Function statement and ending with the first End Function, Exit Function, or Return statement encountered.

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