Loading...}>
+ {() => {
+ const { siteConfig } = useDocusaurusContext();
+ const GOOGLE_API_KEY = siteConfig.customFields.GOOGLE_API_KEY;
+ if (!GOOGLE_API_KEY)
+ return Error: GOOGLE_API_KEY is not set.
;
+ const calendarId =
+ "8805570a4e1ca2319842971db4380ed518c490577c06454adf2303734506f397@group.calendar.google.com";
+ return (
+ <>
+
+
+ Add it to your calendar
+
+ >
+ );
+ }}
+
+ );
+}