Skip to content

Commit 92c15ab

Browse files
authored
Update CalendarEvent timezone requirements (#1709)
1 parent ca87a8f commit 92c15ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/entity/calendar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ A `CalendarEvent` represents an individual event on a calendar.
122122

123123
| Name | Type | Default | Description |
124124
| ----------- | ---------------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------- |
125-
| start | datetime or date | **Required** | The start (inclusive) of the event. Must be before `end`. Both `start` and `end` must be the same type. As a datetime, must be in UTC timezone. |
126-
| end | datetime or date | **Required** | The end (exclusive) of the event. Must be after `start`. As a datetime, must be in UTC timezone. |
125+
| start | datetime or date | **Required** | The start (inclusive) of the event. Must be before `end`. Both `start` and `end` must be the same type. As a datetime, must have a timezone. |
126+
| end | datetime or date | **Required** | The end (exclusive) of the event. Must be after `start`. As a datetime, must have a timezone that is the same as start. |
127127
| summary | string | **Required** | A title or summary of the event. |
128128
| location | string | `None` | A geographic location of the event. |
129129
| description | string | `None` | A detailed description of the event. |

0 commit comments

Comments
 (0)