beat calendar styling into submission to support multi day events

This commit is contained in:
2025-11-27 15:19:05 -05:00
parent 0b3a95cdc0
commit 33fcb16427
4 changed files with 16 additions and 21 deletions

View File

@@ -44,7 +44,6 @@ function roundToNextHour(d = new Date()) {
return t
}
import { calendarEventSchema, parseLocalDateTime } from '@shared/schemas/calendarEventSchema'
import { createCalendarEvent } from "@/api/calendar"
const formSchema = toTypedSchema(calendarEventSchema)