feat: add calendar event attendees avatar group (#4384)
* feat: add calendar event attendees avatar group Closes #4290 * fix: take CalendarEventAttendee data model into account * feat: add Color code section to Calendar Settings (#4420) Closes #4293 * Fix lint --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -5,6 +5,7 @@ import { CalendarEvent } from '@/activities/calendar/types/CalendarEvent';
|
||||
type CalendarContextValue = {
|
||||
calendarEventsByDayTime: Record<number, CalendarEvent[] | undefined>;
|
||||
currentCalendarEvent: CalendarEvent;
|
||||
displayCurrentEventCursor?: boolean;
|
||||
getNextCalendarEvent: (
|
||||
calendarEvent: CalendarEvent,
|
||||
) => CalendarEvent | undefined;
|
||||
|
||||
Reference in New Issue
Block a user