cal/packages/features/calendars
Alex van Andel efc7be0b6b
fix: Infinite loop in timezones on the negative side of UTC (#12063)
* fix: Infinite loop in timezones on the negative side of UTC

* Update packages/features/calendars/lib/getAvailableDatesInMonth.test.ts

* Revert back to real system time after test

* Handle all dates as local time, given this all happens in the browser
2023-10-25 17:18:25 +04:00
..
lib fix: Infinite loop in timezones on the negative side of UTC (#12063) 2023-10-25 17:18:25 +04:00
weeklyview stack-troubleshooter-border-color-support (#11907) 2023-10-16 11:45:16 +00:00
CalendarSwitch.tsx refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
datepicker.stories.mdx chore: add datePicker in storybook (CALCOM-10760) (#10784) 2023-08-22 10:27:27 +01:00
DatePicker.tsx fix: Date add 1 day adds 24 hours, not 1 day (#12019) 2023-10-23 01:21:06 +01:00
DestinationCalendarSelector.tsx refactor: org settings (#11682) 2023-10-11 10:04:54 +01:00
README.md Refactors EE code (#3490) 2022-07-28 13:58:26 -06:00

Calendars related code will live here

  • Maybe migrate CalendarManager here
  • Maybe migrate EventManager here