backend/data/example.json
2024-10-05 14:31:07 +02:00

221 lines
4.7 KiB
JSON

{
"users": [
{
"id": 1,
"name": "alice",
"email_address": "alice@example.org",
"password": "alice"
},
{
"id": 2,
"name": "bob",
"email_address": "bob@example.org",
"password": "bob"
},
{
"id": 3,
"name": "charlie",
"email_address": "charlie@example.org",
"password": "charlie"
}
],
"calendars": [
{
"id": 1,
"name": "LV Lampukistan",
"access": {
"default_level": "view",
"attributed": [
{
"user_id": 1,
"level": "admin"
},
{
"user_id": 2,
"level": "edit"
}
]
},
"resource": {
"kind": "local",
"data": {
"events": [
{
"name": "Aufstand: Mieten",
"begin": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 10, "day": 14},
"time": {"hour": 12, "minute": 0, "second": 0}
},
"end": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 10, "day": 14},
"time": {"hour": 15, "minute": 0, "second": 0}
},
"location": "Porada Ninfu, Haupt-Markt",
"description": null
},
{
"name": "Aufstand: Waffen",
"begin": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 10, "day": 21},
"time": {"hour": 12, "minute": 0, "second": 0}
},
"end": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 10, "day": 21},
"time": {"hour": 15, "minute": 0, "second": 0}
},
"location": "Tandreell, Stoiber-Platz",
"description": null
},
{
"name": "Aufstand: Essen",
"begin": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 11, "day": 28},
"time": {"hour": 12, "minute": 0, "second": 0}
},
"end": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 11, "day": 28},
"time": {"hour": 15, "minute": 0, "second": 0}
},
"location": "Kawanda, Nord-Bahnhof",
"description": null
}
]
}
}
},
{
"id": 2,
"name": "KV Zepettel-Region",
"access": {
"default_level": "view",
"attributed": [
{
"user_id": 2,
"level": "admin"
},
{
"user_id": 3,
"level": "edit"
}
]
},
"resource": {
"kind": "local",
"data": {
"events": [
{
"name": "Feier: Bier",
"begin": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 10, "day": 18},
"time": {"hour": 18, "minute": 0, "second": 0}
},
"end": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 10, "day": 18},
"time": {"hour": 23, "minute": 0, "second": 0}
},
"location": "Rudschadinedschad, Schlamm-Park",
"description": null
},
{
"name": "Feier: Schnapps",
"begin": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 11, "day": 1},
"time": {"hour": 18, "minute": 0, "second": 0}
},
"end": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 11, "day": 1},
"time": {"hour": 23, "minute": 0, "second": 0}
},
"location": "Kawanda, Ratten-Platz",
"description": null
}
]
}
}
},
{
"id": 3,
"name": "OV Kawanda",
"access": {
"default_level": "view",
"attributed": [
{
"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": [
{
"user_id": 2,
"level": "admin"
},
{
"user_id": 3,
"level": "view"
}
]
},
"resource": {
"kind": "local",
"data": {
"events": [
{
"name": "Infostand",
"begin": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 10, "day": 16},
"time": {"hour": 10, "minute": 0, "second": 0}
},
"end": {
"timezone_shift": 2,
"date": {"year": 2024, "month": 10, "day": 16},
"time": {"hour": 14, "minute": 0, "second": 0}
},
"location": "Rudschadinedschad, Schabracken-Markt",
"description": null
}
]
}
}
}
]
}