This commit is contained in:
Taylor Wilsdon
2025-06-18 17:23:30 -04:00
parent f60dc03fc1
commit 7ba75e50d4
2 changed files with 12 additions and 1 deletions

View File

@@ -218,7 +218,7 @@ async def create_event(
location: Optional[str] = None,
attendees: Optional[List[str]] = None,
timezone: Optional[str] = None,
attachments: Optional[List[str]] = None, # New parameter for Drive file links/IDs
attachments: Optional[List[str]] = None,
) -> str:
"""
Creates a new event.