-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.json
50 lines (50 loc) · 2 KB
/
events.json
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
{
"events": [
{
"name": "Quick Talks",
"date": "2022-11-04T16:15:00-07:00",
"duration": "2h",
"location": "Virtual",
"locationURL": "https://discord.io/DevilSec",
"speakers": [],
"category": 1,
"description": "Four bite-sized technical talks on the topic of security.",
"icsURL": "https://raw.githubusercontent.com/devilsec/events-index/master/ics/DevilSec-Quick Talks-4-Nov-2022.ics"
},
{
"name": "Tool Talk: Sliver",
"date": "2022-11-11T16:15:00-07:00",
"duration": "2h",
"location": "Virtual",
"locationURL": "https://discord.io/DevilSec",
"speakers": [],
"category": 0,
"description": "An introduction to one of our favorite tools: Sliver.",
"icsURL": "https://raw.githubusercontent.com/devilsec/events-index/master/ics/DevilSec-Tool Talk: Sliver-11-Nov-2022.ics"
},
{
"name": "Guest Speaker: Matt Keeley",
"date": "2022-11-18T16:15:00-07:00",
"duration": "2h",
"location": "Virtual",
"locationURL": "https://discord.io/DevilSec",
"speakers": [
7
],
"category": 1,
"description": "Lorem ipsum",
"icsURL": "https://raw.githubusercontent.com/devilsec/events-index/master/ics/DevilSec-Guest Speaker: Matt Keeley-18-Nov-2022.ics"
},
{
"name": "Club Outro TBD",
"date": "2022-12-02T16:15:00-07:00",
"duration": "2h",
"location": "Virtual",
"locationURL": "https://discord.io/DevilSec",
"speakers": [],
"category": 0,
"description": "A chill outro and review of the past four months with DevilSec.",
"icsURL": "https://raw.githubusercontent.com/devilsec/events-index/master/ics/DevilSec-Club Outro TBD-2-Dec-2022.ics"
}
]
}