Skip to content

Commit

Permalink
print event dict
Browse files Browse the repository at this point in the history
  • Loading branch information
feargswalsh92 committed Sep 16, 2023
1 parent 6e6170d commit aa0b99b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ async def create_calendar_event():


event = service.events().insert(calendarId='primary', body=event_details).execute()
print('event', event.__dict__)
# logger.info("Event created successfully")

return Response("Event created successfully", status=200)
Expand Down

0 comments on commit aa0b99b

Please sign in to comment.