Files
website-v2/docs/calendar.md
2024-01-03 14:00:33 -08:00

10 lines
607 B
Markdown

# 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](./env_vars.md).
- See the settings in [Environment Variables](./env_vars.md).
- 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