From 4367fce0d018e02e36b350d45ff03e8d81a710a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=C3=ADona?= Date: Mon, 28 Feb 2022 07:59:17 +0000 Subject: [PATCH] Update google.markdown to include circumstance where the automation will not trigger. (#21833) --- source/_integrations/google.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/google.markdown b/source/_integrations/google.markdown index 0593a44ee85..8a329d108be 100644 --- a/source/_integrations/google.markdown +++ b/source/_integrations/google.markdown @@ -216,7 +216,7 @@ You either use `start_date_time` and `end_date_time`, or `start_date` and `end_d ## Using calendar in automations -A calendar can be used as an external scheduler for special events or reoccurring events instead of hardcoding them in automations. +A calendar can be used as an external scheduler for special events or reoccurring events instead of hardcoding them in automations. The calendar entry must have a duration greater than 1 minute. Events that are 0 minutes long will not trigger the automation. Trigger as soon as an event starts: @@ -242,3 +242,5 @@ For example, the actions following this condition will only be executed for even ``` {% endraw %} + +