From bae65d7ce74edf1e5a751b59511bcc5915ebf2d5 Mon Sep 17 00:00:00 2001 From: Sylvia McLaughlin <85905333+sylviamclaughlin@users.noreply.github.com> Date: Sat, 27 Apr 2024 00:18:07 +0000 Subject: [PATCH] Adding the link to Paul Craig's public holidays site --- app/integrations/google_workspace/google_calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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