1b6b91b0ad
fix: display phone numbers and localized timezone in BookingDetailsSheet ( #27909 )
...
* fix: display phone numbers and localized timezone in BookingDetailsSheet
Co-Authored-By: eunjae@cal.com <hey@eunjae.dev >
* refactor: replace selectAll with explicit column selects for Attendee query
Co-Authored-By: eunjae@cal.com <hey@eunjae.dev >
* Update apps/web/modules/bookings/components/BookingDetailsSheet.tsx
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
* Add tests: packages/lib/dayjs/formatToLocalizedTimezone.test.ts
Generated by Paragon from proposal for PR #27909
* Revert "refactor: replace selectAll with explicit column selects for Attendee query"
This reverts commit f810ba801c900c8f065e5e1ce1d02a1700322257.
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-02-13 10:27:01 +00:00
53395695b4
fix: resolve useLiteralKeys biome lint issues ( #26851 )
...
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-01-14 19:13:13 -03:00
0ecfd78e47
fix: Update timeZoneSchema to handle +00:00 timezone case and maintain IANA compliance ( #25776 )
...
* fix: Update timeZoneSchema to handle +00:00 timezone case and maintain IANA compliance
* fix: Use superRefine to properly handle +00:00 timezone and transform to UTC
Co-Authored-By: hariom@cal.com <hariombalhara@gmail.com >
* feat: Add logging for non-IANA timezone cases
Co-Authored-By: hariom@cal.com <hariombalhara@gmail.com >
* refactor: Simplify timeZoneSchema to use .refine() instead of superRefine
Co-Authored-By: hariom@cal.com <hariombalhara@gmail.com >
* chore: Remove warn log for +00:00 timezone to avoid spam
Co-Authored-By: hariom@cal.com <hariombalhara@gmail.com >
* chore: Remove logger from timeZone schema
Co-Authored-By: hariom@cal.com <hariombalhara@gmail.com >
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2025-12-11 19:46:13 +00:00
Joe Au-Yeung and GitHub
91932212e3
fix: Cal Video sidebar not showing meeting time in timezone ( #22821 )
...
* Pass params as object to `formatToLocalizedTime`
* Refactor videos-single-view
* Refactor bookings-single-view
2025-07-31 16:34:02 -04:00
Omar López and GitHub
d81b905ad7
refactor: replace timeZone string validation with timeZoneSchema ( #20719 )
...
* refactor: replace timeZone string validation with timeZoneSchema - Replace all instances of timeZone: z.string() with timeZoneSchema - Preserve modifiers (.optional(), .default(), .nullish()) where present - Fix VideoApiAdapter to use organizer's timezone value - Remove redundant isSupportedTimeZone import from booking.ts - Add timeZoneSchema import where needed
* Update index.ts
* fix: conflicts
Signed-off-by: Omar López <zomars@me.com >
* Update yarn.lock
* Discard changes to yarn.lock
* Update booking.ts
* Discard changes to packages/platform/types/me.ts
* Discard changes to packages/platform/types/me/outputs/me.ts
* Discard changes to packages/platform/types/schedules/schedules-2024-04-15/schedules.ts
* Discard changes to packages/features/ee/cal-ai-phone/zod-utils.ts
---------
Signed-off-by: Omar López <zomars@me.com >
2025-04-21 14:37:07 +01:00
Keith Williams and GitHub
df55dec553
chore: Rename @calcom/lib/date-fns to @calcom/lib/dayjs ( #19870 )
...
* chore: Rename date-fns to dayjs
* Fixed types
2025-04-16 16:26:42 +00:00