2024-09-09 12:13:10 +02:00
|
|
|
{
|
|
|
|
|
"users": [
|
|
|
|
|
{
|
|
|
|
|
"id": 1,
|
2024-09-18 18:17:25 +02:00
|
|
|
"name": "alice",
|
2025-09-25 17:05:15 +02:00
|
|
|
"email_address": "alice@example.org",
|
2025-10-22 00:49:10 +02:00
|
|
|
"dav_token": "alice_dav",
|
2024-09-18 18:17:25 +02:00
|
|
|
"password": "alice"
|
2024-09-09 12:13:10 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"id": 2,
|
2024-09-18 18:17:25 +02:00
|
|
|
"name": "bob",
|
2025-09-25 17:05:15 +02:00
|
|
|
"email_address": "bob@example.org",
|
|
|
|
|
"dav_token": null,
|
2025-10-22 00:49:10 +02:00
|
|
|
"password": "bob"
|
2024-09-09 12:13:10 +02:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"calendars": [
|
|
|
|
|
{
|
2024-09-11 20:19:13 +02:00
|
|
|
"id": 1,
|
2025-10-22 00:49:10 +02:00
|
|
|
"name": "Feiertage",
|
2025-10-17 00:42:11 +02:00
|
|
|
"hue": 0.0000,
|
2024-09-21 10:56:00 +02:00
|
|
|
"access": {
|
2025-10-13 10:48:47 +02:00
|
|
|
"public": true,
|
2025-10-22 00:49:10 +02:00
|
|
|
"default_level": "edit",
|
2024-09-21 10:56:00 +02:00
|
|
|
"attributed": [
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-09-18 18:17:25 +02:00
|
|
|
"resource": {
|
|
|
|
|
"kind": "local",
|
2024-09-09 12:13:10 +02:00
|
|
|
"data": {
|
|
|
|
|
"events": [
|
|
|
|
|
{
|
2025-10-22 00:49:10 +02:00
|
|
|
"name": "Tag des Wassers",
|
2024-09-09 12:13:10 +02:00
|
|
|
"begin": {
|
2025-10-22 00:49:10 +02:00
|
|
|
"timezone_shift": 0,
|
2025-10-13 10:48:47 +02:00
|
|
|
"date_relative": [
|
2025-10-22 00:49:10 +02:00
|
|
|
{"action": "trunc_week", "args": [0]},
|
2025-10-13 10:48:47 +02:00
|
|
|
{"action": "shift_week", "args": [-1]},
|
2025-10-22 00:49:10 +02:00
|
|
|
{"action": "shift_day", "args": [1]}
|
2025-10-13 10:48:47 +02:00
|
|
|
],
|
2025-10-22 00:49:10 +02:00
|
|
|
"time": null
|
2024-09-11 17:24:20 +02:00
|
|
|
},
|
2025-10-22 00:49:10 +02:00
|
|
|
"end": null,
|
|
|
|
|
"location": null,
|
2024-09-09 12:13:10 +02:00
|
|
|
"description": null
|
2024-09-19 01:40:12 +02:00
|
|
|
},
|
|
|
|
|
{
|
2025-10-22 00:49:10 +02:00
|
|
|
"name": "Tag der Erde",
|
2024-09-19 01:40:12 +02:00
|
|
|
"begin": {
|
2025-10-22 00:49:10 +02:00
|
|
|
"timezone_shift": 0,
|
2025-10-13 10:48:47 +02:00
|
|
|
"date_relative": [
|
2025-10-22 00:49:10 +02:00
|
|
|
{"action": "trunc_week", "args": [0]},
|
2025-10-13 10:48:47 +02:00
|
|
|
{"action": "shift_week", "args": [0]},
|
|
|
|
|
{"action": "shift_day", "args": [6]}
|
|
|
|
|
],
|
2025-10-22 00:49:10 +02:00
|
|
|
"time": null
|
2024-09-19 01:40:12 +02:00
|
|
|
},
|
2025-10-22 00:49:10 +02:00
|
|
|
"end": null,
|
|
|
|
|
"location": null,
|
2024-09-19 01:40:12 +02:00
|
|
|
"description": null
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-10-22 00:49:10 +02:00
|
|
|
"name": "Tag der Luft",
|
2024-09-19 01:40:12 +02:00
|
|
|
"begin": {
|
2025-10-22 00:49:10 +02:00
|
|
|
"timezone_shift": 0,
|
2025-10-13 10:48:47 +02:00
|
|
|
"date_relative": [
|
2025-10-22 00:49:10 +02:00
|
|
|
{"action": "trunc_week", "args": [0]},
|
|
|
|
|
{"action": "shift_week", "args": [2]},
|
|
|
|
|
{"action": "shift_day", "args": [4]}
|
2025-10-13 10:48:47 +02:00
|
|
|
],
|
2025-10-22 00:49:10 +02:00
|
|
|
"time": null
|
2024-09-19 01:40:12 +02:00
|
|
|
},
|
2025-10-22 00:49:10 +02:00
|
|
|
"end": null,
|
|
|
|
|
"location": null,
|
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,
|
2025-10-22 00:49:10 +02:00
|
|
|
"name": "Garten",
|
2025-10-17 00:42:11 +02:00
|
|
|
"hue": 0.3333,
|
2024-09-21 10:56:00 +02:00
|
|
|
"access": {
|
2025-10-13 10:48:47 +02:00
|
|
|
"public": false,
|
2025-10-22 00:49:10 +02:00
|
|
|
"default_level": "none",
|
2024-09-21 10:56:00 +02:00
|
|
|
"attributed": [
|
|
|
|
|
{
|
2025-10-22 00:49:10 +02:00
|
|
|
"user_id": 1,
|
2024-10-05 14:31:07 +02:00
|
|
|
"level": "admin"
|
2024-09-21 10:56:00 +02:00
|
|
|
},
|
|
|
|
|
{
|
2025-10-22 00:49:10 +02:00
|
|
|
"user_id": 2,
|
|
|
|
|
"level": "view"
|
2024-09-21 10:56:00 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2024-09-18 18:17:25 +02:00
|
|
|
"resource": {
|
|
|
|
|
"kind": "local",
|
2024-09-09 12:13:10 +02:00
|
|
|
"data": {
|
|
|
|
|
"events": [
|
|
|
|
|
{
|
2025-10-22 00:49:10 +02:00
|
|
|
"name": "Unkraut jähten",
|
2024-09-09 12:13:10 +02:00
|
|
|
"begin": {
|
2025-10-22 00:49:10 +02:00
|
|
|
"timezone_shift": 0,
|
2025-10-13 10:48:47 +02:00
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
2025-10-22 00:49:10 +02:00
|
|
|
{"action": "shift_week", "args": [-1]},
|
2025-10-13 10:48:47 +02:00
|
|
|
{"action": "shift_day", "args": [3]}
|
|
|
|
|
],
|
2025-10-22 00:49:10 +02:00
|
|
|
"time": {"hour": 10, "minute": 0, "second": 0}
|
2024-09-11 17:24:20 +02:00
|
|
|
},
|
|
|
|
|
"end": {
|
2025-10-22 00:49:10 +02:00
|
|
|
"timezone_shift": 0,
|
2025-10-13 10:48:47 +02:00
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
2025-10-22 00:49:10 +02:00
|
|
|
{"action": "shift_week", "args": [-1]},
|
2025-10-13 10:48:47 +02:00
|
|
|
{"action": "shift_day", "args": [3]}
|
|
|
|
|
],
|
2025-10-22 00:49:10 +02:00
|
|
|
"time": {"hour": 11, "minute": 0, "second": 0}
|
2024-09-11 17:24:20 +02:00
|
|
|
},
|
2025-10-22 00:49:10 +02:00
|
|
|
"location": "Drosselweg 7",
|
|
|
|
|
"description": "Giersch und Rainkohl haben wider gewuchert"
|
2024-09-19 01:40:12 +02:00
|
|
|
},
|
|
|
|
|
{
|
2025-10-22 00:49:10 +02:00
|
|
|
"name": "Holz hacken",
|
2024-09-19 01:40:12 +02:00
|
|
|
"begin": {
|
2025-10-22 00:49:10 +02:00
|
|
|
"timezone_shift": 0,
|
2025-10-13 10:48:47 +02:00
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
2025-10-22 00:49:10 +02:00
|
|
|
{"action": "shift_week", "args": [0]},
|
|
|
|
|
{"action": "shift_day", "args": [0]}
|
|
|
|
|
],
|
|
|
|
|
"time": {"hour": 13, "minute": 0, "second": 0}
|
|
|
|
|
},
|
|
|
|
|
"end": {
|
|
|
|
|
"timezone_shift": 0,
|
|
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
|
|
|
|
{"action": "shift_week", "args": [0]},
|
|
|
|
|
{"action": "shift_day", "args": [0]}
|
|
|
|
|
],
|
|
|
|
|
"time": {"hour": 14, "minute": 0, "second": 0}
|
|
|
|
|
},
|
|
|
|
|
"location": "Drosselweg 7",
|
|
|
|
|
"description": "die alte Birke ist bereits in Segmente geschnitten und muss nun noch in handliche Scheite zerlegt werden"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Blumen gießen",
|
|
|
|
|
"begin": {
|
|
|
|
|
"timezone_shift": 0,
|
|
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
|
|
|
|
{"action": "shift_week", "args": [1]},
|
2025-10-13 10:48:47 +02:00
|
|
|
{"action": "shift_day", "args": [2]}
|
|
|
|
|
],
|
2024-09-19 01:40:12 +02:00
|
|
|
"time": {"hour": 18, "minute": 0, "second": 0}
|
|
|
|
|
},
|
|
|
|
|
"end": {
|
2025-10-22 00:49:10 +02:00
|
|
|
"timezone_shift": 0,
|
2025-10-13 10:48:47 +02:00
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
2025-10-22 00:49:10 +02:00
|
|
|
{"action": "shift_week", "args": [1]},
|
2025-10-13 10:48:47 +02:00
|
|
|
{"action": "shift_day", "args": [2]}
|
|
|
|
|
],
|
2025-10-22 00:49:10 +02:00
|
|
|
"time": {"hour": 19, "minute": 0, "second": 0}
|
|
|
|
|
},
|
|
|
|
|
"location": "Drosselweg 7",
|
|
|
|
|
"description": "erst in der Abendzeit, damit die Sonne tief steht und das Gießen sich lohnt"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Grill-Fete",
|
|
|
|
|
"begin": {
|
|
|
|
|
"timezone_shift": 0,
|
|
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
|
|
|
|
{"action": "shift_week", "args": [1]},
|
|
|
|
|
{"action": "shift_day", "args": [5]}
|
|
|
|
|
],
|
|
|
|
|
"time": {"hour": 18, "minute": 0, "second": 0}
|
|
|
|
|
},
|
|
|
|
|
"end": {
|
|
|
|
|
"timezone_shift": 0,
|
|
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
|
|
|
|
{"action": "shift_week", "args": [1]},
|
|
|
|
|
{"action": "shift_day", "args": [5]}
|
|
|
|
|
],
|
2024-09-19 01:40:12 +02:00
|
|
|
"time": {"hour": 23, "minute": 0, "second": 0}
|
|
|
|
|
},
|
2025-10-22 00:49:10 +02:00
|
|
|
"location": "Drosselweg 7",
|
|
|
|
|
"description": "Grillgut ist selbst mitzubringen; Getränke sind bereits vor Ort"
|
2024-09-09 12:13:10 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2024-09-11 20:19:13 +02:00
|
|
|
"id": 3,
|
2025-10-22 00:49:10 +02:00
|
|
|
"name": "Haus",
|
2025-10-17 00:42:11 +02:00
|
|
|
"hue": 0.6667,
|
2024-09-21 10:56:00 +02:00
|
|
|
"access": {
|
2025-10-13 10:48:47 +02:00
|
|
|
"public": false,
|
2025-10-22 00:49:10 +02:00
|
|
|
"default_level": "none",
|
2024-09-21 10:56:00 +02:00
|
|
|
"attributed": [
|
|
|
|
|
{
|
2025-10-22 00:49:10 +02:00
|
|
|
"user_id": 1,
|
|
|
|
|
"level": "none"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"user_id": 2,
|
2024-10-05 14:31:07 +02:00
|
|
|
"level": "admin"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"resource": {
|
|
|
|
|
"kind": "local",
|
|
|
|
|
"data": {
|
|
|
|
|
"events": [
|
|
|
|
|
{
|
2025-10-22 00:49:10 +02:00
|
|
|
"name": "Bad putzen",
|
|
|
|
|
"begin": {
|
|
|
|
|
"timezone_shift": 0,
|
|
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
|
|
|
|
{"action": "shift_week", "args": [-1]},
|
|
|
|
|
{"action": "shift_day", "args": [4]}
|
|
|
|
|
],
|
|
|
|
|
"time": {"hour": 8, "minute": 0, "second": 0}
|
|
|
|
|
},
|
|
|
|
|
"end": {
|
|
|
|
|
"timezone_shift": 0,
|
|
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
|
|
|
|
{"action": "shift_week", "args": [-1]},
|
|
|
|
|
{"action": "shift_day", "args": [4]}
|
|
|
|
|
],
|
|
|
|
|
"time": {"hour": 9, "minute": 0, "second": 0}
|
|
|
|
|
},
|
|
|
|
|
"location": "Eschenhain 11",
|
|
|
|
|
"description": "das Waschbecken sollte unbedingt von Keimen befreit werden"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Abstellkammer aufräumen",
|
2024-10-05 14:31:07 +02:00
|
|
|
"begin": {
|
2025-10-22 00:49:10 +02:00
|
|
|
"timezone_shift": 0,
|
2025-10-13 10:48:47 +02:00
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
|
|
|
|
{"action": "shift_week", "args": [1]},
|
2025-10-22 00:49:10 +02:00
|
|
|
{"action": "shift_day", "args": [0]}
|
2025-10-13 10:48:47 +02:00
|
|
|
],
|
2025-10-22 00:49:10 +02:00
|
|
|
"time": {"hour": 12, "minute": 0, "second": 0}
|
2024-10-05 14:31:07 +02:00
|
|
|
},
|
|
|
|
|
"end": {
|
2025-10-22 00:49:10 +02:00
|
|
|
"timezone_shift": 0,
|
2025-10-13 10:48:47 +02:00
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
|
|
|
|
{"action": "shift_week", "args": [1]},
|
2025-10-22 00:49:10 +02:00
|
|
|
{"action": "shift_day", "args": [0]}
|
2025-10-13 10:48:47 +02:00
|
|
|
],
|
2025-10-22 00:49:10 +02:00
|
|
|
"time": {"hour": 13, "minute": 0, "second": 0}
|
2024-10-05 14:31:07 +02:00
|
|
|
},
|
2025-10-22 00:49:10 +02:00
|
|
|
"location": "Eschenhain 11",
|
|
|
|
|
"description": "einiges davon kann vermutlich gleich entsorgt werden"
|
|
|
|
|
},
|
2024-09-11 17:24:20 +02:00
|
|
|
{
|
2025-10-22 00:49:10 +02:00
|
|
|
"name": "Treppe wischen",
|
2024-09-11 17:24:20 +02:00
|
|
|
"begin": {
|
2025-10-22 00:49:10 +02:00
|
|
|
"timezone_shift": 0,
|
2025-10-13 10:48:47 +02:00
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
2025-10-22 00:49:10 +02:00
|
|
|
{"action": "shift_week", "args": [2]},
|
2025-10-13 10:48:47 +02:00
|
|
|
{"action": "shift_day", "args": [1]}
|
|
|
|
|
],
|
2025-10-22 00:49:10 +02:00
|
|
|
"time": {"hour": 14, "minute": 0, "second": 0}
|
2024-09-11 17:24:20 +02:00
|
|
|
},
|
|
|
|
|
"end": {
|
2025-10-22 00:49:10 +02:00
|
|
|
"timezone_shift": 0,
|
2025-10-13 10:48:47 +02:00
|
|
|
"date_relative": [
|
|
|
|
|
{"action": "trunc_week", "args": []},
|
2025-10-22 00:49:10 +02:00
|
|
|
{"action": "shift_week", "args": [2]},
|
2025-10-13 10:48:47 +02:00
|
|
|
{"action": "shift_day", "args": [1]}
|
|
|
|
|
],
|
2025-10-22 00:49:10 +02:00
|
|
|
"time": {"hour": 15, "minute": 0, "second": 0}
|
2024-09-11 17:24:20 +02:00
|
|
|
},
|
2025-10-22 00:49:10 +02:00
|
|
|
"location": "Eschenhain 11",
|
|
|
|
|
"description": "die dreckigen Schuhe haben ihre Spuren hinterlassen"
|
2024-09-11 17:24:20 +02:00
|
|
|
}
|
|
|
|
|
]
|
2024-09-10 01:11:58 +02:00
|
|
|
}
|
|
|
|
|
}
|
2024-09-09 12:13:10 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|