Sathees
02/14/2023, 11:31 AMAli
02/14/2023, 12:45 PMBen Hybert
02/16/2023, 3:39 PMBen Hybert
02/16/2023, 3:40 PMGoo formation
02/16/2023, 4:02 PMGoo formation
02/16/2023, 4:03 PMGoo formation
02/16/2023, 4:03 PMGoo formation
02/16/2023, 4:03 PMGoo formation
02/16/2023, 4:03 PMYoan Yahemdi
02/16/2023, 4:42 PMYoan Yahemdi
02/16/2023, 4:42 PMConner Hnatiuk
02/17/2023, 11:25 PMyarn dev
Shane Francis Maglangit
02/18/2023, 10:09 AMRaunak Singh Jolly
02/18/2023, 3:06 PMJatin Sandilya
02/21/2023, 12:27 PMdraft
PR open for it here.
When performing the updateEvent
action (on a reschedule of a meeting for example) I get the following error
Tried to 'updateAllCalendarEvents' but there was no 'externalCalendarId' for 'undefined', userId: 'undefined', bookingId: '78'
The deleteEvent
works perfectly when cancelling a meeting for example and this issue only occurs while updating an existing meeting.
Any idea what could be the root cause of this?Ben Hybert
02/22/2023, 9:34 AMBen Hybert
02/22/2023, 9:38 AMEsaú Morais
02/22/2023, 5:22 PMPatrick DePippo
02/22/2023, 6:18 PMSai Deepesh
02/25/2023, 11:32 AMElliott
02/25/2023, 12:39 PMSathees
02/28/2023, 7:40 AMRishi Mishra
03/01/2023, 9:52 AMBen Hybert
03/02/2023, 12:10 PMBen Hybert
03/02/2023, 12:10 PMBen Hybert
03/02/2023, 12:19 PM[12:10:30.693] #9 74.85 @calcom/web:build: Type error: Property 'connectedCalendars' does not exist on type '({ integration: { credential: { type: string; id: number; userId: number | null; key: JsonValue; appId: string | null; invalid: boolean | null; }; credentials: { type: string; id: number; userId: number | null; key: JsonValue; appId: string | null; invalid: boolean | null; }[]; ... 31 more ...; __template?: string |...'.
[12:10:30.695] #9 74.85 @calcom/web:build:
[12:10:30.696] #9 74.85 @calcom/web:build: 84 | const calendarCredentials = getCalendarCredentials(user.credentials);
[12:10:30.697] #9 74.85 @calcom/web:build: 85 | // get all the connected integrations' calendars (from third party)
[12:10:30.699] #9 74.85 @calcom/web:build: > 86 | const { connectedCalendars } = await getConnectedCalendars(calendarCredentials, user.selectedCalendars);
[12:10:30.701] #9 74.85 @calcom/web:build: | ^
[12:10:30.702] #9 74.85 @calcom/web:build: 87 | const calendars = connectedCalendars.flatMap((c) => c.calendars).filter(notEmpty);
[12:10:30.703] #9 74.85 @calcom/web:build: 88 | const selectableCalendars = calendars.map((cal) => {
[12:10:30.705] #9 74.85 @calcom/web:build: 89 | return { selected: selectedCalendarIds.findIndex((s) => s.externalId === cal.externalId) > -1, ...cal };
[12:10:30.706] #9 75.08 @calcom/web:build: error Command failed with exit code 1.
[12:10:30.708] #9 75.08 @calcom/web:build: info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
[12:10:30.709] #9 75.08 @calcom/web:build: ERROR: command finished with error: command (apps/web) yarn run build exited (1)
[12:10:30.711] #9 75.08 command (apps/web) yarn run build exited (1)
Ben Hybert
03/02/2023, 12:20 PM[11:47:45.842] #9 74.75 @calcom/web:build: Type error: Property 'flatMap' does not exist on type '{ connectedCalendars: ({ integration: { credential: { type: string; id: number; userId: number | null; key: JsonValue; appId: string | null; invalid: boolean | null; }; credentials: { ...; }[]; ... 31 more ...; __template?: string | undefined; }; credentialId: number; primary?: undefined; calendars?: undefined; erro...'.
[11:47:45.843] #9 74.75 @calcom/web:build:
[11:47:45.845] #9 74.75 @calcom/web:build: 85 | // get all the connected integrations' calendars (from third party)
[11:47:45.846] #9 74.75 @calcom/web:build: 86 | const connectedCalendars = await getConnectedCalendars(calendarCredentials, user.selectedCalendars);
[11:47:45.848] #9 74.75 @calcom/web:build: > 87 | const calendars = connectedCalendars.flatMap((c) => c.calendars).filter(notEmpty);
[11:47:45.849] #9 74.75 @calcom/web:build: | ^
[11:47:45.850] #9 74.75 @calcom/web:build: 88 | const selectableCalendars = calendars.map((cal) => {
[11:47:45.852] #9 74.75 @calcom/web:build: 89 | return { selected: selectedCalendarIds.findIndex((s) => s.externalId === cal.externalId) > -1, ...cal };
[11:47:45.854] #9 74.75 @calcom/web:build: 90 | });
[11:47:45.855] #9 74.97 @calcom/web:build: error Command failed with exit code 1.
Mayank Kishore
03/02/2023, 6:17 PMMayank Kishore
03/02/2023, 6:17 PMFaris Abdul Malik
03/08/2023, 1:38 AM