add calendarview event creation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// dvbooking-cli/src/templates/angular/model.ts.tpl
|
||||
|
||||
// Generated by the CLI
|
||||
export interface EventFormDTO {
|
||||
id?: number;
|
||||
event_type_id: number;
|
||||
title: string;
|
||||
description?: string;
|
||||
start_time?: Date;
|
||||
end_time?: Date;
|
||||
is_recurring: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user