Fix event occurrency

This commit is contained in:
Peter Maquiran
2021-12-10 16:22:37 +01:00
parent 6ee93bf1c6
commit f29528169f
@@ -331,7 +331,6 @@ export class NewEventPage implements OnInit {
async save() {
this.injectValidation()
@@ -349,11 +348,6 @@ export class NewEventPage implements OnInit {
this.postEvent.HasAttachments = true;
}
if(this.selectedRecurringType != '-1') {
this.postEvent.EventRecurrence.Type = this.selectedRecurringType;
}
//
if(this.postEvent.EventRecurrence.Type == undefined) {
this.postEvent.EventRecurrence.Type = '-1'
}