diff --git a/solutions/automations/vacation-calendar/Code.js b/solutions/automations/vacation-calendar/Code.js index d00a2bee6..632b2a4a5 100644 --- a/solutions/automations/vacation-calendar/Code.js +++ b/solutions/automations/vacation-calendar/Code.js @@ -28,7 +28,7 @@ let GROUP_EMAIL = 'ENTER_GOOGLE_GROUP_EMAIL_HERE'; let ONLY_DIRECT_MEMBERS = false; -let KEYWORDS = ['vacation', 'ooo', 'out of office', 'offline']; +let KEYWORDS = ['vacation', 'ooo', 'out of office', 'offline', 'annual leave', 'holiday', 'time off']; let MONTHS_IN_ADVANCE = 3; /**