Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 607 Bytes

calendar.md

File metadata and controls

9 lines (7 loc) · 607 Bytes

Events Calendar

The "Schedule of Events" section on the homepage dynamically display upcoming events from the Boost Google Calendar. See the settings in Environment Variables.

  • See the settings in Environment Variables.
  • Main code for event retrieval is in core/calendar.py
  • Raw data is extracted from the Google Calendar API
  • The raw data is processed to extract the event data that we want to display, and sorted into the order we want
  • The home page caches the result, and attempts to retrieve the events from the cache before hitting the Google Calendar API