From 669a9727bf15fe29f2b177fdec7324947f61791f Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 28 Oct 2019 11:12:36 +0100 Subject: [PATCH] Eliminating wrong/ambiguous calendar_id parameter (#10941) * Eliminating wrong/ambiguous calendar_id parameter The explanation to the calendar_id threw me off - it *must* be the cal_id from the calendar, not the name of the calendar. Changing the parameter in the table to make it more clear for other people. * Remove tab --- source/_integrations/calendar.google.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/calendar.google.markdown b/source/_integrations/calendar.google.markdown index 15d67f27e32..1dfa11481fe 100644 --- a/source/_integrations/calendar.google.markdown +++ b/source/_integrations/calendar.google.markdown @@ -178,7 +178,7 @@ You can use the service `google.add_event` to create a new calendar event in a c | Service data attribute | Optional | Description | Example | | ---------------------- | -------- | ----------- | --------| -| `calendar_id` | no | The id of the calendar you want. | Your email +| `calendar_id` | no | The id of the calendar you want. | *****@group.calendar.google.com | `summary` | no | Acts as the title of the event. | Bowling | `description` | yes | The description of the event. | Birthday bowling | `start_date_time` | yes | The date and time the event should start. | 2019-03-10 20:00:00