Skip to content

Commit

Permalink
tag version Cal.com version v4.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 22, 2024
1 parent 3b86e41 commit a715df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calcom
Submodule calcom updated 32 files
+4 −2 .env.example
+17 −0 apps/api/v2/src/ee/bookings/2024-08-13/controllers/user-bookings.controller.e2e-spec.ts
+7 −1 apps/api/v2/src/ee/bookings/2024-08-13/services/output.service.ts
+10 −0 apps/api/v2/swagger/documentation.json
+9 −1 apps/web/next.config.js
+1 −1 apps/web/package.json
+3 −2 packages/app-store/googlecalendar/api/add.ts
+21 −22 packages/app-store/googlecalendar/api/callback.ts
+6 −5 packages/app-store/googlecalendar/lib/CalendarService.ts
+7 −0 packages/app-store/googlecalendar/lib/constants.ts
+29 −0 packages/app-store/googlecalendar/lib/utils.ts
+81 −9 packages/app-store/routing-forms/__tests__/TestFormDialog.test.tsx
+2 −64 packages/features/auth/lib/next-auth-options.ts
+18 −19 packages/features/bookings/lib/handleNewBooking.ts
+160 −33 packages/features/eventtypes/components/tabs/availability/EventAvailabilityTab.tsx
+11 −3 packages/features/eventtypes/components/tabs/recurring/EventRecurringTab.tsx
+67 −15 packages/features/eventtypes/components/tabs/recurring/RecurringEventController.tsx
+34 −0 packages/features/eventtypes/lib/types.ts
+0 −7 packages/lib/constants.ts
+45 −0 packages/lib/google.ts
+0 −9 packages/lib/server/repository/credential.ts
+48 −0 packages/lib/server/repository/google.ts
+8 −1 packages/lib/server/repository/selectedCalendar.ts
+0 −138 packages/lib/server/service/google.ts
+2 −0 packages/platform/atoms/event-types/wrappers/EventAvailabilityTabPlatformWrapper.tsx
+2 −4 packages/platform/atoms/event-types/wrappers/EventRecurringTabPlatformWrapper.tsx
+2 −4 packages/platform/atoms/event-types/wrappers/EventRecurringWebWrapper.tsx
+18 −4 packages/platform/atoms/event-types/wrappers/EventTypePlatformWrapper.tsx
+95 −1 packages/platform/examples/base/src/pages/event-types.tsx
+5 −0 packages/platform/types/bookings/2024-08-13/outputs/booking.output.ts
+4 −1 turbo.json
+987 −21 yarn.lock

0 comments on commit a715df5

Please sign in to comment.