TF-3578 Calendar event show free busy status
This commit is contained in:
@@ -211,6 +211,7 @@ class SingleEmailController extends BaseController with AppLoaderMixin {
|
||||
|
||||
CalendarEvent? get calendarEvent => blobCalendarEvent.value?.calendarEventList.firstOrNull;
|
||||
Id? get _displayingEventBlobId => blobCalendarEvent.value?.blobId;
|
||||
bool get isCalendarEventFree => blobCalendarEvent.value?.isFree ?? true;
|
||||
|
||||
AccountId? get accountId => mailboxDashBoardController.accountId.value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user