Improve Agenda save to local storage

This commit is contained in:
Peter Maquiran
2021-07-18 18:56:53 +01:00
parent c2e7ea799e
commit 9fed35f8df
9 changed files with 504 additions and 397 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ export class eventSource {
startTime: any
endTime: any
allDay: boolean
event: any
event: any | Object
calendarName?: string
segment?: string
profile: 'md' | 'pr'