mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
add recurence to agenda web
This commit is contained in:
@@ -4,11 +4,13 @@ import { EventPerson } from './eventperson.model';
|
||||
|
||||
|
||||
export interface EventRecurrence {
|
||||
Type: number | string;
|
||||
Type?: number | string;
|
||||
Day?: number;
|
||||
DayOfWeek?: number;
|
||||
Month?: number | string;
|
||||
LastOccurrence?: Date | string;
|
||||
frequency?: string,
|
||||
until?: string
|
||||
}
|
||||
|
||||
export class Event{
|
||||
|
||||
Reference in New Issue
Block a user