mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Fix recurring events in google calendar (#67355)
This commit is contained in:
parent
bafa99fe3e
commit
a375a4e16e
@ -82,5 +82,7 @@ class GoogleCalendarService:
|
||||
q=search,
|
||||
maxResults=EVENT_PAGE_SIZE,
|
||||
pageToken=page_token,
|
||||
singleEvents=True, # Flattens recurring events
|
||||
orderBy="startTime",
|
||||
).execute()
|
||||
return (result["items"], result.get("nextPageToken"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user