-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.py
52 lines (52 loc) · 2.12 KB
/
test.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"kind": "calendar#events",
"etag": '"p32k9nfn0jalfa0g"',
"summary": "[email protected]",
"updated": "2022-01-11T17:20:39.321Z",
"timeZone": "Asia/Kolkata",
"accessRole": "owner",
"defaultReminders": [{"method": "popup", "minutes": 30}],
"items": [
{
"kind": "calendar#event",
"etag": '"3283843278642000"',
"id": "6jgi2lclg7296qv9vjdc7jcvl3",
"status": "confirmed",
"htmlLink": "https://www.google.com/calendar/event?eid=NmpnaTJsY2xnNzI5NnF2OXZqZGM3amN2bDMgZGFzaHV0b3NoMDYxMjIwMDRAbQ",
"created": "2022-01-11T17:20:39.000Z",
"updated": "2022-01-11T17:20:39.321Z",
"summary": "Check 123",
"creator": {"email": "[email protected]", "self": True},
"organizer": {"email": "[email protected]", "self": True},
"start": {
"dateTime": "2022-01-11T23:00:00+05:30",
"timeZone": "Asia/Kolkata",
},
"end": {
"dateTime": "2022-01-12T00:00:00+05:30",
"timeZone": "Asia/Kolkata",
},
"iCalUID": "[email protected]",
"sequence": 0,
"hangoutLink": "https://meet.google.com/fym-fvwx-nve",
"conferenceData": {
"entryPoints": [
{
"entryPointType": "video",
"uri": "https://meet.google.com/fym-fvwx-nve",
"label": "meet.google.com/fym-fvwx-nve",
}
],
"conferenceSolution": {
"key": {"type": "hangoutsMeet"},
"name": "Google Meet",
"iconUri": "https://fonts.gstatic.com/s/i/productlogos/meet_2020q4/v6/web-512dp/logo_meet_2020q4_color_2x_web_512dp.png",
},
"conferenceId": "fym-fvwx-nve",
"signature": "AGirE/JFcdeBpR+PvZjSfl3xLzIQ",
},
"reminders": {"useDefault": True},
"eventType": "default",
}
],
}