BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5967947895930880/lesson/e063b618990676cfc2f9440be8fae266?ref=outlook-calendar
SUMMARY:Summary/Homework
DTSTART;TZID=America/Los_Angeles:20260509T190000
DTEND;TZID=America/Los_Angeles:20260509T200000
LOCATION:https://www.learndesk.us/class/5967947895930880/lesson/e063b618990676cfc2f9440be8fae266?ref=outlook-calendar
DESCRIPTION: 
REST APIs are used when two computers want to communicate
Useful for sharing data in JSON form
A stack of Node, Babel, and Express can be used to create a REST API with JavaScript
This stack turns whichever computer is running it into a server
GET routes can be accessed by a browser and return non-secure information
POST routes can be secure, requiring a token
The token must match that within database
Token can authorize different operations


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