BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/6192918958178304/lesson/cf363692f526459d30d6139485d62ff1?ref=outlook-calendar
SUMMARY:Ruby on Rails Tutorial 60 - Catalogue Pt 1 of 2
DTSTART;TZID=America/Los_Angeles:20260511T190000
DTEND;TZID=America/Los_Angeles:20260511T200000
LOCATION:https://www.learndesk.us/class/6192918958178304/lesson/cf363692f526459d30d6139485d62ff1?ref=outlook-calendar
DESCRIPTION: Let's write out our catalogues controller. A big function, we will handle cases where a user is logged in and not logged in and how we can get the location of the user in each case. We'll also look at cookies and how we use that to save the location of non-logged in users. GeoIP is another gem we will use to find the users' location based on IP address. JSON is a format that is seen more than XML these days, so we will be using that in some parts of our code. Geocoder is another thing we will configure to let our app know which third-party provider we'll use with geospatial searches (i.e. Google).

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