backend/data/example.json

222 lines
4.7 KiB
JSON
Raw Normal View History

2024-09-09 12:13:10 +02:00
{
"users": [
{
"id": 1,
2024-09-18 18:17:25 +02:00
"name": "alice",
"email_address": "alice@example.org",
"password": "alice"
2024-09-09 12:13:10 +02:00
},
{
"id": 2,
2024-09-18 18:17:25 +02:00
"name": "bob",
"email_address": "bob@example.org",
"password": "bob"
2024-09-09 12:13:10 +02:00
},
{
"id": 3,
2024-09-18 18:17:25 +02:00
"name": "charlie",
"email_address": "charlie@example.org",
"password": "charlie"
2024-09-09 12:13:10 +02:00
}
],
"calendars": [
{
2024-09-11 20:19:13 +02:00
"id": 1,
2024-10-05 14:31:07 +02:00
"name": "LV Lampukistan",
2024-09-21 10:56:00 +02:00
"access": {
2024-10-05 14:31:07 +02:00
"default_level": "view",
2024-09-21 10:56:00 +02:00
"attributed": [
{
"user_id": 1,
2024-10-05 14:31:07 +02:00
"level": "admin"
},
{
"user_id": 2,
2024-09-21 10:56:00 +02:00
"level": "edit"
}
]
},
2024-09-18 18:17:25 +02:00
"resource": {
"kind": "local",
2024-09-09 12:13:10 +02:00
"data": {
"events": [
{
2024-10-05 14:31:07 +02:00
"name": "Aufstand: Mieten",
2024-09-09 12:13:10 +02:00
"begin": {
"timezone_shift": 2,
2024-10-05 14:31:07 +02:00
"date": {"year": 2024, "month": 10, "day": 14},
"time": {"hour": 12, "minute": 0, "second": 0}
2024-09-09 12:13:10 +02:00
},
2024-09-11 17:24:20 +02:00
"end": {
"timezone_shift": 2,
2024-10-05 14:31:07 +02:00
"date": {"year": 2024, "month": 10, "day": 14},
"time": {"hour": 15, "minute": 0, "second": 0}
2024-09-11 17:24:20 +02:00
},
2024-10-05 14:31:07 +02:00
"location": "Porada Ninfu, Haupt-Markt",
2024-09-09 12:13:10 +02:00
"description": null
2024-09-19 01:40:12 +02:00
},
{
2024-10-05 14:31:07 +02:00
"name": "Aufstand: Waffen",
2024-09-19 01:40:12 +02:00
"begin": {
"timezone_shift": 2,
2024-10-05 14:31:07 +02:00
"date": {"year": 2024, "month": 10, "day": 21},
"time": {"hour": 12, "minute": 0, "second": 0}
2024-09-19 01:40:12 +02:00
},
"end": {
"timezone_shift": 2,
2024-10-05 14:31:07 +02:00
"date": {"year": 2024, "month": 10, "day": 21},
"time": {"hour": 15, "minute": 0, "second": 0}
2024-09-19 01:40:12 +02:00
},
2024-10-05 14:31:07 +02:00
"location": "Tandreell, Stoiber-Platz",
2024-09-19 01:40:12 +02:00
"description": null
},
{
2024-10-05 14:31:07 +02:00
"name": "Aufstand: Essen",
2024-09-19 01:40:12 +02:00
"begin": {
"timezone_shift": 2,
2024-10-05 14:31:07 +02:00
"date": {"year": 2024, "month": 11, "day": 28},
"time": {"hour": 12, "minute": 0, "second": 0}
2024-09-19 01:40:12 +02:00
},
"end": {
"timezone_shift": 2,
2024-10-05 14:31:07 +02:00
"date": {"year": 2024, "month": 11, "day": 28},
"time": {"hour": 15, "minute": 0, "second": 0}
2024-09-19 01:40:12 +02:00
},
2024-10-05 14:31:07 +02:00
"location": "Kawanda, Nord-Bahnhof",
2024-09-19 01:40:12 +02:00
"description": null
2024-09-09 12:13:10 +02:00
}
]
}
}
},
{
2024-09-11 20:19:13 +02:00
"id": 2,
2024-10-05 14:31:07 +02:00
"name": "KV Zepettel-Region",
2024-09-21 10:56:00 +02:00
"access": {
2024-10-05 14:31:07 +02:00
"default_level": "view",
2024-09-21 10:56:00 +02:00
"attributed": [
{
2024-10-05 14:31:07 +02:00
"user_id": 2,
"level": "admin"
2024-09-21 10:56:00 +02:00
},
{
2024-10-05 14:31:07 +02:00
"user_id": 3,
2024-09-21 10:56:00 +02:00
"level": "edit"
}
]
},
2024-09-18 18:17:25 +02:00
"resource": {
"kind": "local",
2024-09-09 12:13:10 +02:00
"data": {
"events": [
{
2024-10-05 14:31:07 +02:00
"name": "Feier: Bier",
2024-09-09 12:13:10 +02:00
"begin": {
"timezone_shift": 2,
2024-10-05 14:31:07 +02:00
"date": {"year": 2024, "month": 10, "day": 18},
2024-09-11 17:24:20 +02:00
"time": {"hour": 18, "minute": 0, "second": 0}
},
"end": {
"timezone_shift": 2,
2024-10-05 14:31:07 +02:00
"date": {"year": 2024, "month": 10, "day": 18},
2024-09-18 18:17:25 +02:00
"time": {"hour": 23, "minute": 0, "second": 0}
2024-09-11 17:24:20 +02:00
},
2024-10-05 14:31:07 +02:00
"location": "Rudschadinedschad, Schlamm-Park",
2024-09-09 21:01:02 +02:00
"description": null
2024-09-19 01:40:12 +02:00
},
{
2024-10-05 14:31:07 +02:00
"name": "Feier: Schnapps",
2024-09-19 01:40:12 +02:00
"begin": {
"timezone_shift": 2,
2024-10-05 14:31:07 +02:00
"date": {"year": 2024, "month": 11, "day": 1},
2024-09-19 01:40:12 +02:00
"time": {"hour": 18, "minute": 0, "second": 0}
},
"end": {
"timezone_shift": 2,
2024-10-05 14:31:07 +02:00
"date": {"year": 2024, "month": 11, "day": 1},
2024-09-19 01:40:12 +02:00
"time": {"hour": 23, "minute": 0, "second": 0}
},
2024-10-05 14:31:07 +02:00
"location": "Kawanda, Ratten-Platz",
2024-09-19 01:40:12 +02:00
"description": null
2024-09-09 12:13:10 +02:00
}
]
}
}
},
{
2024-09-11 20:19:13 +02:00
"id": 3,
2024-10-05 14:31:07 +02:00
"name": "OV Kawanda",
2024-09-21 10:56:00 +02:00
"access": {
2024-10-05 14:31:07 +02:00
"default_level": "view",
2024-09-21 10:56:00 +02:00
"attributed": [
{
2024-10-05 14:31:07 +02:00
"user_id": 3,
"level": "admin"
}
]
},
"resource": {
"kind": "local",
"data": {
"events": [
{
"name": "Aufräumen: Flaschen",
"begin": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 10, "day": 24},
"time": {"hour": 15, "minute": 0, "second": 0}
},
"end": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 10, "day": 24},
"time": {"hour": 17, "minute": 0, "second": 0}
},
"location": "Kawanda, Penner-Allee",
"description": null
}
]
}
}
},
{
"id": 4,
"name": "KV Zepettel-Region | intern",
"access": {
"default_level": "none",
"attributed": [
2024-09-21 10:56:00 +02:00
{
"user_id": 2,
2024-10-05 14:31:07 +02:00
"level": "admin"
2024-09-21 10:56:00 +02:00
},
{
"user_id": 3,
2024-10-05 14:31:07 +02:00
"level": "view"
2024-09-21 10:56:00 +02:00
}
]
},
2024-09-18 18:17:25 +02:00
"resource": {
"kind": "local",
2024-09-10 01:11:58 +02:00
"data": {
2024-09-11 17:24:20 +02:00
"events": [
{
2024-10-05 14:31:07 +02:00
"name": "Infostand",
2024-09-11 17:24:20 +02:00
"begin": {
"timezone_shift": 2,
2024-10-05 14:31:07 +02:00
"date": {"year": 2024, "month": 10, "day": 16},
"time": {"hour": 10, "minute": 0, "second": 0}
2024-09-11 17:24:20 +02:00
},
"end": {
"timezone_shift": 2,
2024-10-05 14:31:07 +02:00
"date": {"year": 2024, "month": 10, "day": 16},
"time": {"hour": 14, "minute": 0, "second": 0}
2024-09-11 17:24:20 +02:00
},
2024-10-05 14:31:07 +02:00
"location": "Rudschadinedschad, Schabracken-Markt",
2024-09-11 17:24:20 +02:00
"description": null
}
]
2024-09-10 01:11:58 +02:00
}
}
2024-09-09 12:13:10 +02:00
}
]
}