mirror of
https://github.com/urosran/cally.git
synced 2025-11-27 00:44:54 +00:00
- Implemented assigning todos
This commit is contained in:
@ -7,5 +7,6 @@ export interface IToDo {
|
||||
rotate: boolean;
|
||||
repeatType: string;
|
||||
creatorId?: string,
|
||||
familyId?: string
|
||||
familyId?: string,
|
||||
assignees?: string[]; // Optional list of assignees
|
||||
}
|
||||
Reference in New Issue
Block a user