From ced14c4aa1fdd3a230da3f12c38588b850da9e68 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 19 Jul 2024 18:19:06 +0200 Subject: [PATCH] Add optional categories to workday (#33608) * workday optional categories * Update source/_integrations/workday.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update source/_integrations/workday.markdown --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/workday.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_integrations/workday.markdown b/source/_integrations/workday.markdown index 13fabe530e4..f79db9b09d8 100644 --- a/source/_integrations/workday.markdown +++ b/source/_integrations/workday.markdown @@ -47,8 +47,11 @@ Remove holidays will take dates formatted with `YYYY-MM-DD`, a date range format The offset can be used to see if future days are workdays. For example, put `1` to see if tomorrow is a workday. +Additional categories can be added through the configuration to include optional holidays according to the lists provided in the [python-holidays library](https://github.com/vacanza/python-holidays?tab=readme-ov-file#available-countries) + ## Action `workday.check_date` + This action populates [Response Data](/docs/scripts/service-calls#use-templates-to-handle-response-data) providing feedback if the date is a workday or not.