mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Clarify that calendar event end times are exclusive (#26558)
This commit is contained in:
parent
691c673ebb
commit
ab7d5f3470
@ -156,9 +156,9 @@ Add a new calendar event. A calendar `target` is selected with a [Target Selecto
|
||||
| `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
|
||||
| `end_date_time` | yes | The date and time the event should end. | 2019-03-10 23:00:00
|
||||
| `end_date_time` | yes | The date and time the event should end (exclusive). | 2019-03-10 23:00:00
|
||||
| `start_date` | yes | The date the whole day event should start. | 2019-03-10
|
||||
| `end_date` | yes | The date the whole day event should end. | 2019-03-11
|
||||
| `end_date` | yes | The date the whole day event should end (exclusive). | 2019-03-11
|
||||
| `in` | yes | Days or weeks that you want to create the event in. | "days": 2
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user