fix issues/313
This commit is contained in:
@@ -903,7 +903,8 @@ async def modify_event(
|
|||||||
"summary": summary,
|
"summary": summary,
|
||||||
"description": description,
|
"description": description,
|
||||||
"location": location,
|
"location": location,
|
||||||
"attendees": attendees,
|
# Use the already-normalized attendee objects (if provided); otherwise preserve existing
|
||||||
|
"attendees": event_body.get("attendees"),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user