BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5706615246290944/lesson/859ccbb3eb1818a0fe77f2dc4bef666e?ref=outlook-calendar
SUMMARY:SortedList
DTSTART;TZID=America/Los_Angeles:20260514T190000
DTEND;TZID=America/Los_Angeles:20260514T200000
LOCATION:https://www.learndesk.us/class/5706615246290944/lesson/859ccbb3eb1818a0fe77f2dc4bef666e?ref=outlook-calendar
DESCRIPTION: A SortedList element can be accessed by its key, like an element in any Dictionary implementation, or by its index, like an element in any List implementation.

A SortedList object internally maintains two arrays to store the elements of the list; that is, one array for the keys and another array for the associated values. Each element is a key/value pair that can be accessed as a DictionaryEntry object. A key cannot be null, but a value can be.

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