Skip to content

Commit eb1ed10

Browse files
chore: bump atoms changeset silentlyHandleCalendarFailures (calcom#23119)
* chore: bump atoms changeset silentlyHandleCalendarFailures * update dock booker * fixup! update dock booker
1 parent 13e2e34 commit eb1ed10

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.changeset/spicy-squids-win.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@calcom/atoms": minor
3+
---
4+
5+
Added Booker atom prop silentlyHandleCalendarFailures, which ensure the booker still displays slots when the third party calendars credentials are invalid or expired

docs/platform/atoms/booker.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Below is a list of props that can be passed to the booker atom.
128128
| onTimeslotsLoaded | No | Callback function triggered once the available timeslots have been fetched. |
129129
| roundRobinHideOrgAndTeam | No | Boolean indicating if the organization and team should be hidden in the booker atom sidebar for round robin scheduling type, defaults to false. |
130130
| showNoAvailabilityDialog | No | Boolean indicating if the no availability dialog should be shown, defaults to true. |
131+
| silentlyHandleCalendarFailures | No | Boolean when true the booker still displays slots when the third party calendars credentials are invalid or expired, Booker may show stale availability when enabled |
131132

132133
## Styling
133134

0 commit comments

Comments
 (0)