BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4608670140727296/lesson/d0f3580249142acce8e54a848238730c?ref=outlook-calendar
SUMMARY:Passing Function Arguments By Reference
DTSTART;TZID=America/Los_Angeles:20260423T190000
DTEND;TZID=America/Los_Angeles:20260423T200000
LOCATION:https://www.learndesk.us/class/4608670140727296/lesson/d0f3580249142acce8e54a848238730c?ref=outlook-calendar
DESCRIPTION: Passing by reference means the called functions' parameter will be the same as the callers' passed argument (not the value, but the identity - the variable itself).Pass by value means the called functions' parameter will be a copy of the callers' passed argument.

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