BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/6278956477054976/lesson/9d7522e2876d9c87f49e5662c580c630?ref=outlook-calendar
SUMMARY:Fork-Join
DTSTART;TZID=America/Los_Angeles:20260509T190000
DTEND;TZID=America/Los_Angeles:20260509T200000
LOCATION:https://www.learndesk.us/class/6278956477054976/lesson/9d7522e2876d9c87f49e5662c580c630?ref=outlook-calendar
DESCRIPTION: Runs a number of observables, waits until they all finish, then bundles the results and emit. Forking - the process of running all the observables at once. Joining - the process of combining the results. If any error, fork-join will error. Useful for when you need the results of all of a number of non-sequential API calls, or none at all. Resolves a very common web development use case.

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