stash
This commit is contained in:
@@ -268,7 +268,7 @@ async def create_event(
|
|||||||
event_body["end"]["timeZone"] = timezone
|
event_body["end"]["timeZone"] = timezone
|
||||||
if attendees:
|
if attendees:
|
||||||
event_body["attendees"] = [{"email": email} for email in attendees]
|
event_body["attendees"] = [{"email": email} for email in attendees]
|
||||||
|
|
||||||
if attachments:
|
if attachments:
|
||||||
# Accept both file URLs and file IDs. If a URL, extract the fileId.
|
# Accept both file URLs and file IDs. If a URL, extract the fileId.
|
||||||
event_body["attachments"] = []
|
event_body["attachments"] = []
|
||||||
|
|||||||
Reference in New Issue
Block a user