You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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.|
127
127
| summary | string |**Required**| A title or summary of the event. |
128
128
| location | string |`None`| A geographic location of the event. |
129
129
| description | string |`None`| A detailed description of the event. |
0 commit comments