From 6cf8cf56577125f09460cdc09dbd6d34b92d8d64 Mon Sep 17 00:00:00 2001 From: despiegk Date: Mon, 8 Sep 2025 21:59:59 +0400 Subject: [PATCH] ... --- lib/hero/heromodels/calendar.v | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/hero/heromodels/calendar.v b/lib/hero/heromodels/calendar.v index 43b7e66e..6bce27f3 100644 --- a/lib/hero/heromodels/calendar.v +++ b/lib/hero/heromodels/calendar.v @@ -8,7 +8,6 @@ import time pub struct Calendar { Base pub mut: - group_id u32 // Associated group for permissions events []u32 // IDs of calendar events (changed to u32 to match CalendarEvent) color string // Hex color code timezone string @@ -19,7 +18,6 @@ pub mut: pub struct CalendarArgs { BaseArgs pub mut: - group_id u32 events []u32 color string timezone string