mirror of
https://github.com/urosran/cally.git
synced 2025-11-27 00:44:54 +00:00
- Fixed events fetching in family view because there are events that don't have the private field
- Implemented marking events as private
This commit is contained in:
@ -12,5 +12,6 @@ export interface EventData {
|
||||
reminders?: string[]
|
||||
id?: string | number,
|
||||
attendees?: string[],
|
||||
location?: string
|
||||
location?: string,
|
||||
private?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user