BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/6645445084315648/lesson/fcd4463e5f35a218e6aaab5e99c2bae7?ref=outlook-calendar
SUMMARY:For Loop
DTSTART;TZID=America/Los_Angeles:20260509T190000
DTEND;TZID=America/Los_Angeles:20260509T200000
LOCATION:https://www.learndesk.us/class/6645445084315648/lesson/fcd4463e5f35a218e6aaab5e99c2bae7?ref=outlook-calendar
DESCRIPTION: In computer science, a for-loop (or simply for loop) is a control flow statement for specifying iteration, which allows code to be executed repeatedly. The syntax of a for-loop is based on the heritage of the language and the prior programming languages it borrowed from, so programming languages that are descendants of or offshoots of a language that originally provided an iterator will often use the same keyword to name an iterator, e.g., descendants of ALGOL use "for", while descendants of Fortran use "do." There are other possibilities, for example, COBOL which uses "PERFORM VARYING".

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