BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5940705509769216/lesson/3551af67fca5845ccfd8eaacda020f5a?ref=outlook-calendar
SUMMARY:Do While Loop
DTSTART;TZID=America/Los_Angeles:20260509T190000
DTEND;TZID=America/Los_Angeles:20260509T200000
LOCATION:https://www.learndesk.us/class/5940705509769216/lesson/3551af67fca5845ccfd8eaacda020f5a?ref=outlook-calendar
DESCRIPTION: In most computer programming languages, a do while loop is a control flow statement that executes a block of code at least once, and then repeatedly executes the block, or not, depending on a given boolean condition at the end of the block. ... If it is true, the code executes the body of the loop again.

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