cal.pub0.org/packages/features/calendars
Carina Wollendorfer 9d7d838131
fix: missing last day of month
## What does this PR do?

- Fix that the last day in Oktober was always shown as unavailable
This happened when availability was in Europe/London timezone

- Fix that the last day of November was always shown as unavailable
This happened also for other timezones

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)

## How should this be tested?

I recommend testing it in staging instead of local, as I experienced some different behaviors on local 

- Reproduce the 2 bugs as described before my fix
- If you were able to reproduce it, see if it is fixed with my fixes in this PR (last day of octber and November should be shown as available)
- Check if availability starts and ends at the correct time on days were DST happens
2023-10-11 11:30:35 -07:00
..
weeklyview Add test for different layouts (#11091) 2023-09-01 16:26:45 -07:00
CalendarSwitch.tsx refactor: Use template literal instead of '+' operator (#11444) 2023-10-03 11:52:19 -07:00
DatePicker.tsx fix: missing last day of month 2023-10-11 11:30:35 -07: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
datepicker.stories.mdx chore: add datePicker in storybook (CALCOM-10760) (#10784) 2023-08-22 10:27:27 +01:00

README.md

Calendars related code will live here

  • Maybe migrate CalendarManager here
  • Maybe migrate EventManager here