-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathevents.json
47 lines (47 loc) · 1.44 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
{
"entries" : [
{
"begin" : "2025-02-11T19:30:00-04:00",
"text" : "Virtual event",
"title" : "Boston.pm monthly meeting",
"url" : "https://www.meetup.com/Boston-pm/"
},
{
"begin" : "2025-02-12T20:00:00+01:00",
"text" : "Paris, France",
"title" : "Paris.pm monthly meeting",
"url" : "https://paris.mongueurs.net/"
},
{
"begin" : "2025-03-11T19:30:00-04:00",
"text" : "Virtual event",
"title" : "Boston.pm monthly meeting",
"url" : "https://www.meetup.com/Boston-pm/"
},
{
"begin" : "2025-03-12T20:00:00+01:00",
"text" : "Paris, France",
"title" : "Paris.pm monthly meeting",
"url" : "https://paris.mongueurs.net/"
},
{
"begin" : "2025-04-08T19:30:00-04:00",
"text" : "Virtual event",
"title" : "Boston.pm monthly meeting",
"url" : "https://www.meetup.com/Boston-pm/"
},
{
"begin" : "2025-05-12T09:00:00+02:00",
"text" : "Munich, Germany",
"title" : "German Perl/Raku Workshop Conference 2025",
"url" : "https://act.yapc.eu/gpw2025/"
},
{
"begin" : "2025-06-27T09:00:00-04:00",
"text" : "Greenville, South Carolina, USA",
"title" : "The Perl and Raku Conference 2025",
"url" : "https://tprc.us/tprc-2025-gsp/"
}
],
"title" : "Events"
}