From 078ba3b452999b9a29046ebeb1a1efb08e31028c Mon Sep 17 00:00:00 2001 From: Chris Helming <7746625+chelming@users.noreply.github.com> Date: Fri, 8 Apr 2022 10:25:46 -0400 Subject: [PATCH] Update google documentation for "message" (#22306) The message attribute had incorrect information. Only the offset value is removed from the message and not the search string. Closes #69638 --- source/_integrations/google.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/google.markdown b/source/_integrations/google.markdown index 53113df0dc9..a0c83e5adac 100644 --- a/source/_integrations/google.markdown +++ b/source/_integrations/google.markdown @@ -228,7 +228,7 @@ entities: - **offset_reached**: If set in the event title and parsed out will be `on`/`off` once the offset in the title in minutes is reached. So the title `Very important meeting #Important !!-10` would trigger this attribute to be `on` 10 minutes before the event starts. - **all_day**: `true`/`false` if this is an all day event. Will be `false` if there is no event found. -- **message**: The event title with the `search` and `offset` values extracted. So in the above example for **offset_reached** the **message** would be set to `Very important meeting` +- **message**: The event title with the `offset` value extracted. So in the above example for **offset_reached** the **message** would be set to `Very important meeting #Important` - **description**: The event description. - **location**: The event Location. - **start_time**: Start time of event.