Calendar edit Modal

This commit is contained in:
Julian Krauser 2024-11-07 09:16:38 +01:00
parent 792be3b497
commit 747adf7c69
6 changed files with 316 additions and 8 deletions

View file

@ -2,8 +2,8 @@ import type { CalendarTypeViewModel } from "./calendarType.models";
export interface CalendarViewModel {
id: string;
starttime: Date;
endtime: Date;
starttime: string;
endtime: string;
title: string;
content: string;
location: string;