From 1e17bcd75cbca66c765c6b610ae8a8fdb2644113 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Tue, 6 Dec 2022 13:54:41 -0700 Subject: [PATCH] chore: adding community calendar to community page --- docs/src/pages/community.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/pages/community.tsx b/docs/src/pages/community.tsx index 7e8630e1bf476..f9c3b270d0615 100644 --- a/docs/src/pages/community.tsx +++ b/docs/src/pages/community.tsx @@ -37,6 +37,11 @@ const links = [ 'dev@ Mailing List', 'participate in conversations with committers and contributors', ], + [ + 'https://calendar.google.com/calendar/u/2?cid=c3VwZXJzZXQuY29tbWl0dGVyc0BnbWFpbC5jb20', + 'Superset Community Calendar', + 'join us for working group sessions and other community gatherings', + ], [ 'https://stackoverflow.com/questions/tagged/superset+apache-superset', 'Stack Overflow',