define date of last occurrence on agenda in event-edit and approve-event function

This commit is contained in:
EQUILIBRIUM\hirondino.van-dunem
2022-06-16 10:49:59 +01:00
parent b00bb55a93
commit 555654df23
6 changed files with 56 additions and 14 deletions
@@ -119,14 +119,6 @@ export class EditEventPage implements OnInit {
this.setIntervenient.emit(this.taskParticipants);
this.setIntervenientCC.emit(this.taskParticipantsCc);
this.isEventEdited = false;
if(this.postEvent.IsRecurring == false) {
this.isRecurring = "Não se repete";
}
else{
this.isRecurring = "Repete";
}
}
this.initCalendarName = this.postEvent.CalendarName;