This commit is contained in:
Peter Maquiran
2021-08-20 17:14:25 +01:00
parent 629df73966
commit 1f5b7d64fb
6 changed files with 24 additions and 17 deletions
@@ -88,6 +88,7 @@ export class DocumentSetUpMeetingPage implements OnInit {
document: SearchFolderDetails | SearchDocumentDetails | any;
subject: string
eventPipe = new EventPipe()
constructor(
private modalController: ModalController,
@@ -97,8 +98,7 @@ export class DocumentSetUpMeetingPage implements OnInit {
private toastService: ToastService,
private documentService: DocumentService,
private calendarService: EventsService,
private eventService: EventService,
private eventPipe: EventPipe
private eventService: EventService
) {
this.loggeduser = authService.ValidatedUser;