Milestone v1.0: FamilySync MVP #1
@@ -62,6 +62,7 @@ const TIMED_OCCURRENCE: CalendarOccurrence = {
|
|||||||
allDay: false,
|
allDay: false,
|
||||||
location: 'Conference Room B',
|
location: 'Conference Room B',
|
||||||
description: 'Daily team sync meeting',
|
description: 'Daily team sync meeting',
|
||||||
|
hasRrule: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
const OCCURRENCE_WITH_HTML: CalendarOccurrence = {
|
const OCCURRENCE_WITH_HTML: CalendarOccurrence = {
|
||||||
@@ -88,6 +89,7 @@ const ALLDAY_OCCURRENCE: CalendarOccurrence = {
|
|||||||
allDay: true,
|
allDay: true,
|
||||||
location: null,
|
location: null,
|
||||||
description: null,
|
description: null,
|
||||||
|
hasRrule: false,
|
||||||
}
|
}
|
||||||
|
|
||||||
// ── Import component (after mocks are declared) ───────────────────────────────
|
// ── Import component (after mocks are declared) ───────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user