cal/packages/features/calendars
Joe Au-Yeung 3d4a3c7a93
fix: Connect selected calendar to credential (#11283)
* Reduce the unhandled promise

* Connect selected calendar to credential

* Write credential to selected calendar

* Type fix

* Handle catching promises in separate threads

* Only call to list calendars if there are no credentialIds

* Changed type of IntegrationCalendar from undef to null

* Adding missing property to getting started

* Also add calendars.tsx

---------

Co-authored-by: Alex van Andel <me@alexvanandel.com>
2023-09-12 18:09:05 +01:00
..
weeklyview Add test for different layouts (#11091) 2023-09-01 16:26:45 -07:00
CalendarSwitch.tsx fix: Connect selected calendar to credential (#11283) 2023-09-12 18:09:05 +01:00
datepicker.stories.mdx chore: add datePicker in storybook (CALCOM-10760) (#10784) 2023-08-22 10:27:27 +01:00
DatePicker.tsx fix: bad setState call at datePicker component (#11175) 2023-09-07 17:11:59 +00:00
DestinationCalendarSelector.tsx fix: add check mark to selected option in destionation calendar selector (#10583) 2023-08-09 20:23:47 +00: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