add start and end times to calendars enpoint in rest.md (#2559)

This commit is contained in:
Thomas Kilgour 2025-03-02 17:35:26 -05:00 committed by GitHub
parent be267ec1ed
commit 776681d0e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -501,7 +501,7 @@ curl \
</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).