Calendar/wwwroot/data/mock-events.json

17 lines
406 B
JSON
Raw Normal View History

[
{
2025-12-08 20:05:32 +01:00
"id": "RES-DEC08-001",
"title": "Balayage",
2025-12-08 20:05:32 +01:00
"description": "Test event for V2 rendering",
"start": "2025-12-08T09:00:00Z",
"end": "2025-12-08T11:00:00Z",
"type": "customer",
"allDay": false,
2025-12-08 20:05:32 +01:00
"bookingId": "BOOK-DEC08-001",
"resourceId": "EMP001",
"customerId": "CUST001",
"syncStatus": "synced",
"metadata": { "duration": 120, "color": "purple" }
}
2025-12-08 20:05:32 +01:00
]