mirror of
https://github.com/skoelle/calender_sync.git
synced 2026-09-17 18:20:24 +00:00
fix: add missing timezone field to EventsListResponse API response
This commit is contained in:
@@ -124,6 +124,7 @@ def get_events(
|
|||||||
events=events,
|
events=events,
|
||||||
count=len(events),
|
count=len(events),
|
||||||
query_time=datetime.now(timezone.utc).replace(tzinfo=None).isoformat() + "Z",
|
query_time=datetime.now(timezone.utc).replace(tzinfo=None).isoformat() + "Z",
|
||||||
|
timezone=TIMEZONE_NAME, # <--- Add this line
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user