BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4952708412866560/lesson/cd5e0c3099098504e922d61a67eac5b1?ref=outlook-calendar
SUMMARY:Global vs Local Variables
DTSTART;TZID=America/Los_Angeles:20260509T190000
DTEND;TZID=America/Los_Angeles:20260509T200000
LOCATION:https://www.learndesk.us/class/4952708412866560/lesson/cd5e0c3099098504e922d61a67eac5b1?ref=outlook-calendar
DESCRIPTION: Global variables are declared outside any function, and they can be accessed (used) on any function in the program. Local variables are declared inside a function, and can be used only inside that function. It is possible to have local variables with the same name in different functions.

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