From a44dd12dc676d3c90b80fbdb56a30dcb235a8b4e Mon Sep 17 00:00:00 2001
From: Olivier Goulet <olivier.goulet@eclipse-foundation.org>
Date: Fri, 29 Sep 2023 11:14:47 -0400
Subject: [PATCH] fix: Add missing calendar url

---
 content/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/_index.md b/content/_index.md
index 9dea736..bd0074e 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -19,7 +19,7 @@ links: [[href: "/members/", text: "Get Involved"],[href: "https://accounts.eclip
 <!-- Event Calendar section -->
 {{< grid/div class="row text-center padding-top-60" isMarkdown="false" >}}
   <h2 class="margin-top-0 margin-bottom-20">Don't Miss an Event</h2>
-  <a class="btn btn-primary">Add to Your Calendar</a>
+  <a class="btn btn-primary" href="https://calendar.google.com/calendar/u/0?cid=Y18yYW1waTJibW9rYTNxdGVyNGRjZWFwMWQ1Z0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t">Add to Your Calendar</a>
 {{</ grid/div >}}
 
 {{< pages/home/members_section >}}
-- 
GitLab