diff --git a/app/integrations/google_workspace/google_calendar.py b/app/integrations/google_workspace/google_calendar.py index a9c4f721..f904db4e 100644 --- a/app/integrations/google_workspace/google_calendar.py +++ b/app/integrations/google_workspace/google_calendar.py @@ -164,7 +164,7 @@ def find_first_available_slot( def get_federal_holidays(): # Get the public holidays for the current year - # Uses Paul Craig's Public holidays api to retrieve the federal holidays + # Uses Paul Craig's Public holidays api to retrieve the federal holidays (https://canada-holidays.ca/api) # get today's year year = datetime.now().year