Improve Agenda

This commit is contained in:
Peter Maquiran
2021-07-16 22:50:08 +01:00
parent 90d16c85ae
commit 81db9eda26
6 changed files with 104 additions and 118 deletions
+11
View File
@@ -0,0 +1,11 @@
export class eventSource {
title: string
startTime: any
endTime: any
allDay: boolean
event: any
calendarName?: string
segment?: string
profile: 'md' | 'pr'
id:any
}[]