BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5239587813195776/lesson/3fbb85b0930aa7eefa1781841d5f865b?ref=outlook-calendar
SUMMARY:Calculating Price
DTSTART;TZID=America/Los_Angeles:20260509T190000
DTEND;TZID=America/Los_Angeles:20260509T200000
LOCATION:https://www.learndesk.us/class/5239587813195776/lesson/3fbb85b0930aa7eefa1781841d5f865b?ref=outlook-calendar
DESCRIPTION: 
Calculating prices for orders is an area where the server and client have to be in perfect sync.

Create a /price REST route
Takes an argument and returns the sticker price of the order
Calculations are done on the server
End user can’t peek at internal logic
Integrate Redux Saga
Redux Saga lets us respond to actions with side-effects, i.e., calling our shiny new REST API
Call /price REST route whenever order details change
Update client with real-time price from server



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