Improve attendies

This commit is contained in:
Peter Maquiran
2021-07-12 16:05:05 +01:00
parent 6ac7a4a715
commit 7b22c9d532
8 changed files with 24 additions and 7 deletions
@@ -21,6 +21,8 @@ export class EditEventPage implements OnInit {
Form: FormGroup;
validateFrom = false
public endMinDate = new Date(new Date().getTime() + 15 * 60000);
public minDate = new Date().toISOString().slice(0,10)
postEvent: Event;
isRecurring:string;
@@ -32,7 +34,6 @@ export class EditEventPage implements OnInit {
eventAttendees: EventPerson[];
selectedSegment: string;
selectedDate: Date;
minDate: string;
initCalendarName: string;
caller:string;
recurringTypes: any;
@@ -44,6 +45,8 @@ export class EditEventPage implements OnInit {
taskParticipantsCc: any = [];
adding: "intervenient" | "CC" = "intervenient";
showAttendees = false;
@@ -165,6 +168,7 @@ export class EditEventPage implements OnInit {
IsRecurring: new FormControl(this.postEvent.IsRecurring, [
Validators.required
]),
// participantes: new FormControl(this.taskParticipantsCc.concat(this.taskParticipants), [
// Validators.required
// ]),