mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
EventsService Changes. Attendees Page. Others.
This commit is contained in:
@@ -12,8 +12,7 @@ export class Event{
|
||||
StartDate: string;
|
||||
EndDate: string;
|
||||
EventType: string;
|
||||
RequiredAttendees: EventPerson[];
|
||||
OptionalAttendees: EventPerson[];
|
||||
Attendees: EventPerson[];
|
||||
IsMeeting: boolean;
|
||||
IsRecurring: boolean;
|
||||
AppointmentState: number;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export class EventPerson{
|
||||
EmailAddress: string;
|
||||
Name: string;
|
||||
IsRequired: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user