Skip to content

Commit aff1897

Browse files
committed
feat: include bookingFields in list_event_types response to fix own-calendar booking with custom fields
1 parent 11a3a44 commit aff1897

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/chat/lib/agent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@ function createCalTools(teamId: string, userId: string, platform: string, lookup
684684
duration: et.length,
685685
description: et.description,
686686
hidden: et.hidden,
687+
bookingFields: et.bookingFields,
687688
bookingUrl: linked?.calcomUsername
688689
? `${CALCOM_APP_URL}/${linked.calcomUsername}/${et.slug}`
689690
: null,

0 commit comments

Comments
 (0)