We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6887a9 commit e4745e4Copy full SHA for e4745e4
calendar/quickstart/quickstart.py
@@ -53,7 +53,7 @@ def main():
53
service = build("calendar", "v3", credentials=creds)
54
55
# Call the Calendar API
56
- now = datetime.datetime.now(tz=datetime.timezone.utc).isoformat() + "Z" # 'Z' indicates UTC time
+ now = datetime.datetime.now(tz=datetime.timezone.utc).isoformat()
57
print("Getting the upcoming 10 events")
58
events_result = (
59
service.events()
0 commit comments