mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-21 08:16:29 +00:00
add start and end times to calendars enpoint in rest.md (#2559)
This commit is contained in:
parent
be267ec1ed
commit
776681d0e2
@ -501,7 +501,7 @@ curl \
|
|||||||
|
|
||||||
</ApiEndpoint>
|
</ApiEndpoint>
|
||||||
|
|
||||||
<ApiEndpoint path="/api/calendars/<calendar entity_id>" method="get">
|
<ApiEndpoint path="/api/calendars/<calendar entity_id>?start=<timestamp>&end=<timestamp>" method="get">
|
||||||
|
|
||||||
Returns the list of [calendar events](/docs/core/entity/calendar/#calendarevent) for the specified calendar `entity_id` between the `start` and `end` times (exclusive).
|
Returns the list of [calendar events](/docs/core/entity/calendar/#calendarevent) for the specified calendar `entity_id` between the `start` and `end` times (exclusive).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user