diff --git a/pages/index.page.tsx b/pages/index.page.tsx index d6d0b90b9..55338e1e7 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -53,7 +53,7 @@ export const getStaticProps: GetStaticProps = async () => { } // Example usage: const remoteICalUrl = - 'https://calendar.google.com/calendar/ical/c_8r4g9r3etmrmt83fm2gljbatos%40group.calendar.google.com/public/basic.ics'; // Replace with the actual URL + 'https://calendar.google.com/calendar/ical/info%40json-schema.org/public/basic.ics'; // Replace with the actual URL const datesInfo = await fetchRemoteICalFile(remoteICalUrl) .then((icalData) => printEventsForNextFourWeeks(ical.parseICS(icalData))) .catch((error) => console.error('Error:', error)); @@ -511,7 +511,7 @@ const Home = (props: any) => {