mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
save
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { EventRecurrence } from './agenda/eventrecurrence.model';
|
||||
import { EventBody } from './eventbody.model';
|
||||
import { EventPerson } from './eventperson.model';
|
||||
import { SearchDocument } from './search-document';
|
||||
|
||||
export class Event{
|
||||
ParentId?: string;
|
||||
@@ -20,8 +20,12 @@ export class Event{
|
||||
TimeZone: string;
|
||||
Organizer: string;
|
||||
Categories: string[];
|
||||
HasAttachments: boolean;
|
||||
// documents?: SearchDocument[]
|
||||
HasAttachments: boolean;
|
||||
EventRecurrence?: EventRecurrence;
|
||||
|
||||
/* public Event(){
|
||||
this.EventRecurrence.Type = '-1';
|
||||
} */
|
||||
}
|
||||
|
||||
export class EventToApproveEdit {
|
||||
|
||||
Reference in New Issue
Block a user