From 944043d8734357c9fbc2bce9acf8085597e6924e Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Tue, 14 Oct 2025 23:31:18 +0200 Subject: [PATCH] [add] exaple-data:minimal --- misc/data-minimal.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 misc/data-minimal.json diff --git a/misc/data-minimal.json b/misc/data-minimal.json new file mode 100644 index 0000000..f81edf1 --- /dev/null +++ b/misc/data-minimal.json @@ -0,0 +1,13 @@ +{ + "users": [ + { + "id": 1, + "name": "user", + "email_address": "user@example.org", + "dav_token": null, + "password": "user" + } + ], + "calendars": [ + ] +}