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.|
128
+
| 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, may have a timezone or be floating (which is interpreted as local timezone)|
129
+
| end | datetime or date |**Required**| The end (exclusive) of the event. Must be after `start`. |
127
130
| summary | string |**Required**| A title or summary of the event. |
128
131
| location | string |`None`| A geographic location of the event. |
129
132
| description | string |`None`| A detailed description of the event. |
0 commit comments