BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5706615246290944/lesson/14ff3306e589c23a07f45be789ec26d8?ref=outlook-calendar
SUMMARY:Shared Properties
DTSTART;TZID=America/Los_Angeles:20260514T190000
DTEND;TZID=America/Los_Angeles:20260514T200000
LOCATION:https://www.learndesk.us/class/5706615246290944/lesson/14ff3306e589c23a07f45be789ec26d8?ref=outlook-calendar
DESCRIPTION: Shared members (which are called static or class members in some other languages) are not associated with a specific instance of a class and are thus shared by all objects that are instantiated from that class. To call a shared member, you can qualify it either with the class name or with an object of that class. Because shared members are not associated with object instances, they do not have access to non-shared members (which are accessed through "Me," which represents the current object instance).

Non-shared members are called instance members because they are associated with individual object instances. Think of shared members as belonging to the class and instance members belonging to instances of the class (that is, objects).

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