Feat - disable notes (#2249)
* Feat - disable notes Stops notes from showing in calendar when checked. * Removing index rename * Update apps/web/lib/integrations/calendar/interfaces/Calendar.ts Co-authored-by: Omar López <zomars@me.com> * Rename to hideCalendarNotes * Update schema.prisma * Update webhookResponse-chromium.txt Co-authored-by: Bailey Pumfleet <pumfleet@hey.com> Co-authored-by: Omar López <zomars@me.com> Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk> Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
@@ -58,6 +58,7 @@ model EventType {
|
||||
periodCountCalendarDays Boolean?
|
||||
requiresConfirmation Boolean @default(false)
|
||||
disableGuests Boolean @default(false)
|
||||
hideCalendarNotes Boolean @default(false)
|
||||
minimumBookingNotice Int @default(120)
|
||||
beforeEventBuffer Int @default(0)
|
||||
afterEventBuffer Int @default(0)
|
||||
|
||||
Reference in New Issue
Block a user