feat: enable Connect buttons for Google and Microsoft Outlook Calendars

This commit is contained in:
Nawaz Dhandala
2026-02-17 15:44:01 +00:00
parent bc53736462
commit b1e6d5eced

View File

@@ -17,7 +17,6 @@ const CalendarConnections: FunctionComponent<
title: "Connect",
buttonStyle: ButtonStyleType.PRIMARY,
icon: IconProp.Calendar,
disabled: true,
onClick: () => {},
},
]}
@@ -30,7 +29,6 @@ const CalendarConnections: FunctionComponent<
title: "Connect",
buttonStyle: ButtonStyleType.PRIMARY,
icon: IconProp.Calendar,
disabled: true,
onClick: () => {},
},
]}