Skip to content

Commit

Permalink
Adding the link to Paul Craig's public holidays site
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviamclaughlin authored Apr 27, 2024
1 parent f4cf8b5 commit bae65d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/integrations/google_workspace/google_calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bae65d7

Please sign in to comment.