fix agenda duplication

This commit is contained in:
Peter Maquiran
2024-06-04 10:20:55 +01:00
parent 320e7c41b3
commit 6bbc66fea0
2 changed files with 15 additions and 7 deletions
+2
View File
@@ -71,6 +71,8 @@ export class CalendarService {
}
return true
})
}
pushEvent(eventsList: EventList, profile: 'pr' | 'md', CalendarId: string) {