BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/6192918958178304/lesson/2269f0344d56dc41eb4bf85f33c40399?ref=outlook-calendar
SUMMARY:Conclusion
DTSTART;TZID=America/Los_Angeles:20260511T190000
DTEND;TZID=America/Los_Angeles:20260511T200000
LOCATION:https://www.learndesk.us/class/6192918958178304/lesson/2269f0344d56dc41eb4bf85f33c40399?ref=outlook-calendar
DESCRIPTION: Our application is coming together. We’ve done a lot, but there’s still a lot to be done. To create controllers and write common functions such as index is second nature to you now. The most important point to drive home in this section would involve cookies and geolocation, here are the reasons:

GeoIP is an external API meaning that we use its APP_KEY found in application.yml to call that external API for results

We leverage cookies to save locations, which saves API calls because if we have already searched for a users location before, we do not want to do another external API search for that user’s location

These are the little optimization tricks that we must hone to become second nature. Typically, external API calls cost money after a certain limit is hit and for a small company, this cost-saving optimization will help save the company money in the long-term.

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