mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
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
This commit is contained in:
parent
6ba1534304
commit
669a9727bf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user