cal.pub0.org/packages/features/calendars
Jeroen Reumkens 955de3133c
feat: weekly view calendar improvements (#9491)
* Add correct start/end time for weekly calendar by looking at calendar's availability

* Always show 24h in weekly calendar, added scroll functionality, current time and events in correct timezone

* Improved current time style

* Show slots for every minute, so also odd timeslots due to offsets work

* Show correct timeformat for weekly view on left side time stamps

* Fix data attr for debug

* Position events differently so we can accomodate for offset start times.

* Removed schedule from public event api, because we don't use it anymore

* Fixed alignment of timeslots in weekview calendar.

* Added loading spinner to weekly calendar

* Force weekly view calendar hour labels to show 00 minutes, also for gmt x.5 timezones that are offset 30 mins.

* Change event duration blocks in weekly calendar when user changes duration in multi duration event

* Improved week view slot time label alignments for shorter durations

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2023-06-15 09:59:58 +00:00
..
weeklyview feat: weekly view calendar improvements (#9491) 2023-06-15 09:59:58 +00:00
CalendarSwitch.tsx fixed Rotate spinner (#9429) 2023-06-09 22:21:54 +00:00
DatePicker.tsx feat(UI): improvements booker (#9221) 2023-05-31 12:30:09 +00:00
DestinationCalendarSelector.tsx fix: remove duplicate value i18n (#8547) 2023-06-08 13:37:54 +00:00
README.md Refactors EE code (#3490) 2022-07-28 13:58:26 -06:00

README.md

Calendars related code will live here

  • Maybe migrate CalendarManager here
  • Maybe migrate EventManager here