Add location field to create_event service (#26728)

This commit is contained in:
Luca Angemi 2023-03-26 12:01:24 +02:00 committed by GitHub
parent ed1451a259
commit 5b4a78cbec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,6 +146,7 @@ A calendar `target` is selected with a [Target Selector](/docs/blueprint/selecto
| `start_date` | yes | The date the whole day event should start. | 2019-03-10 | `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. | 2019-03-11
| `in` | yes | Days or weeks that you want to create the event in. | "days": 2 | `in` | yes | Days or weeks that you want to create the event in. | "days": 2
| `location` | yes | The location of the event. | Bowling center
<div class='note'> <div class='note'>