mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
607 B
607 B
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