working calendar ranges with a subset of features

This commit is contained in:
2022-06-24 17:24:56 +02:00
parent a845fddf2e
commit 75b2f6419e
7 changed files with 266 additions and 42 deletions

View File

@@ -77,7 +77,6 @@ export const calendarRangeToFullCalendarEvent = (entity: CalendarRange): EventIn
}
export const remoteToFullCalendarEvent = (entity: CalendarRemote): EventInput & {id: string} => {
console.log(entity);
return {
id: `range_${entity.id}`,
title: entity.title,