feat: open event details drawer on event row click (#4464)
* feat: open event details drawer on event row click Closes #4294 * feat: review - display Calendar Event details Inline Cells in readonly mode * fix: fix calendar event field values not being set * chore: review - reactivate no-extra-boolean-cast eslint rule
This commit is contained in:
@ -50,9 +50,10 @@ export const SettingsAccountsCalendars = () => {
|
||||
workspaceMemberId: currentWorkspaceMember?.id ?? '',
|
||||
},
|
||||
],
|
||||
endsAt: exampleEndDate,
|
||||
endsAt: exampleEndDate.toISOString(),
|
||||
externalCreatedAt: new Date().toISOString(),
|
||||
isFullDay: false,
|
||||
startsAt: exampleStartDate,
|
||||
startsAt: exampleStartDate.toISOString(),
|
||||
title: 'Onboarding call',
|
||||
visibility: 'SHARE_EVERYTHING',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user