TF-3578 Calendar event show free busy status
This commit is contained in:
@@ -66,6 +66,7 @@ class CalendarEventRepositoryImpl extends CalendarEventRepository {
|
||||
calendarEventList: await Future.wait(blobCalendarEvent.calendarEventList.map((calendarEvent) {
|
||||
return _transformCalendarEventDescription(calendarEvent, transformConfiguration);
|
||||
})),
|
||||
isFree: blobCalendarEvent.isFree,
|
||||
);
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user