Skip to content

Commit 3c0b56e

Browse files
committed
2 parents bb6c251 + eb29cc2 commit 3c0b56e

2 files changed

Lines changed: 14 additions & 70 deletions

File tree

.github/workflows/update_free_basket_calendar.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Update Google Calendar Basket Calendar as JSON
22

33
on:
4-
schedule:
5-
- cron: '* 6 * * *' #
64
# Allows you to run this workflow manually from the Actions tab
75
workflow_dispatch:
86

assets/free_basket_calendar.json

Lines changed: 14 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,20 @@
11
[
22
{
3-
"name": "ALBA BERLIN vs. FC Barcelona",
4-
"begin": "2025-03-07T20:00:00+01:00",
5-
"end": "2025-03-07T21:30:00+01:00",
6-
"description": "EuroLeague game between ALBA BERLIN and FC Barcelona.",
7-
"location": "www.magentasport.de",
8-
"url": "https://www.magentasport.de/basketball",
9-
"league": "EuroLeague"
3+
"name": "Orlando Magic vs. Atlanta Hawks",
4+
"begin": "2025-04-13T18:45:00+02:00",
5+
"end": "2025-04-13T20:15:00+02:00",
6+
"description": "Orlando Magic plays against Atlanta Hawks. This game will be broadcasted on ProSieben MAXX, Joyn, ran.de and the ran app.",
7+
"location": "ran.de",
8+
"url": "https://ran.de",
9+
"league": "NBA"
1010
},
1111
{
12-
"name": "ratiopharm ulm vs. ALBA BERLIN",
13-
"begin": "2025-03-09T16:30:00+01:00",
14-
"end": "2025-03-09T18:00:00+01:00",
15-
"description": "Basketball game between ratiopharm ulm and ALBA BERLIN.",
16-
"location": "www.youtube.com",
17-
"url": "https://www.youtube.com/@WELTVideoTV/streams",
18-
"league": "easyCredit BBL"
19-
},
20-
{
21-
"name": "FC Bayern M\u00fcnchen vs. Anadolu Efes Istanbul",
22-
"begin": "2025-03-14T20:15:00+01:00",
23-
"end": "2025-03-14T21:45:00+01:00",
24-
"description": "EuroLeague game between FC Bayern M\u00fcnchen and Anadolu Efes Istanbul.",
25-
"location": "www.magentasport.de",
26-
"url": "https://www.magentasport.de/basketball",
27-
"league": "EuroLeague"
28-
},
29-
{
30-
"name": "Panathinaikos AKTOR Athen vs. ALBA BERLIN",
31-
"begin": "2025-03-21T20:00:00+01:00",
32-
"end": "2025-03-21T21:30:00+01:00",
33-
"description": "EuroLeague game between Panathinaikos AKTOR Athen and ALBA BERLIN.",
34-
"location": "www.magentasport.de",
35-
"url": "https://www.magentasport.de/basketball",
36-
"league": "EuroLeague"
37-
},
38-
{
39-
"name": "Roter Stern Belgrad vs. Virtus Segafredo Bologna",
40-
"begin": "2025-03-26T19:45:00+01:00",
41-
"end": "2025-03-26T21:15:00+01:00",
42-
"description": "EuroLeague game between Roter Stern Belgrad and Virtus Segafredo Bologna.",
43-
"location": "www.magentasport.de",
44-
"url": "https://www.magentasport.de/basketball",
45-
"league": "EuroLeague"
46-
},
47-
{
48-
"name": "Roter Stern Belgrad vs. Real Madrid",
49-
"begin": "2025-03-28T19:45:00+01:00",
50-
"end": "2025-03-28T21:15:00+01:00",
51-
"description": "EuroLeague game between Roter Stern Belgrad and Real Madrid.",
52-
"location": "www.magentasport.de",
53-
"url": "https://www.magentasport.de/basketball",
54-
"league": "EuroLeague"
55-
},
56-
{
57-
"name": "ALBA BERLIN vs. Olympiakos Pir\u00e4us",
58-
"begin": "2025-04-04T19:45:00+02:00",
59-
"end": "2025-04-04T21:15:00+02:00",
60-
"description": "EuroLeague game between ALBA BERLIN and Olympiakos Pir\u00e4us.",
61-
"location": "www.magentasport.de",
62-
"url": "https://www.magentasport.de/basketball",
63-
"league": "EuroLeague"
64-
},
65-
{
66-
"name": "Anadolu Efes Istanbul vs. Zalgiris Kaunas",
67-
"begin": "2025-04-11T19:15:00+02:00",
68-
"end": "2025-04-11T20:45:00+02:00",
69-
"description": "EuroLeague game between Anadolu Efes Istanbul and Zalgiris Kaunas.",
70-
"location": "www.magentasport.de",
71-
"url": "https://www.magentasport.de/basketball",
72-
"league": "EuroLeague"
12+
"name": "Los Angeles Clippers vs. Golden State Warriors",
13+
"begin": "2025-04-13T21:25:00+02:00",
14+
"end": "2025-04-14T00:55:00+02:00",
15+
"description": "Los Angeles Clippers plays against Golden State Warriors. This game will be broadcasted on ProSieben MAXX, Joyn, ran.de and the ran app.",
16+
"location": "ran.de",
17+
"url": "https://ran.de",
18+
"league": "NBA"
7319
}
7420
]

0 commit comments

Comments
 (0)