mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
- Implemented handling of repeat days change
This commit is contained in:
@ -11,4 +11,15 @@ export interface IToDo {
|
||||
creatorId?: string;
|
||||
familyId?: string;
|
||||
assignees?: string[]; // Optional list of assignees
|
||||
connectedTodoId?: string;
|
||||
}
|
||||
|
||||
export const DAYS_OF_WEEK_ENUM = {
|
||||
MONDAY: "Monday",
|
||||
TUESDAY: "Tuesday",
|
||||
WEDNESDAY: "Wednesday",
|
||||
THURSDAY: "Thursday",
|
||||
FRIDAY: "Friday",
|
||||
SATURDAY: "Saturday",
|
||||
SUNDAY: "Sunday"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user