BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/5967947895930880/lesson/f5f29c112bf2ed943f75e22609d2525c?ref=outlook-calendar
SUMMARY:Querying the Database for All Distinct Values
DTSTART;TZID=America/Los_Angeles:20260509T190000
DTEND;TZID=America/Los_Angeles:20260509T200000
LOCATION:https://www.learndesk.us/class/5967947895930880/lesson/f5f29c112bf2ed943f75e22609d2525c?ref=outlook-calendar
DESCRIPTION: 
We often need to know all the possible values for a field

Most eStores have sidebar where you can narrow your product by brand
For example, if you’ve search hats, usually all the possible brands will appear in the sidebar
You need to know all the possible values to make this sidebar
Simply requesting all the records from the API and calculating the sidebar locally is prohibitively slow and inefficient
We will add an options route that lets us know the distinct values for our field as needed



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