diff --git a/website/content/english/schedule.md b/website/content/english/schedule.md
index 3fa00241219f85c93f80e0c2436997becec47ac4..d340a61bf345e335a4eebd27bc3c0d6d6b94c975 100644
--- a/website/content/english/schedule.md
+++ b/website/content/english/schedule.md
@@ -5,6 +5,7 @@ slug: sched
 aliases:
     - /schedule
 ---
+<div align="center">Tentative Schedule </div>
 
 <table style="width: 100%;">
 <tbody>
diff --git a/website/data/schedule.json b/website/data/schedule.json
index e56b68c5a0e89ba2dc068f5e1e9d30feccb24dcf..ae56a7f41b8c8304b401401da1c904a97932f1dd 100644
--- a/website/data/schedule.json
+++ b/website/data/schedule.json
@@ -1,37 +1,11 @@
 {
   "schedule": [
-    ["Sep 18 to 05 Nov 2021 (extended from October 15) ", "Registrations"],
-    ["12 to 27th November 2021 ", "Ice Breaking Sessions"],
-    ["30 November to 10th December 2021", "Introduction to Free Software phase"],
-    ["11 December to 20th December 2021", "GNU/Linux installation phase"],
-    ["21 to 29th December 2021", "Various ways of contributions"],
-    ["30 December 2021 to 31 March 2022", "Mentoring phase"]
-  ],
-  "talks": [
-    {
-      "time": "23 November 2021, 3:30 PM - 4:30 PM (IST)",
-      "title": "<a href=\"https://nitter.1d4.us/michael_from_uk\">Mike Saunders</a> from <a href=\"https://www.libreoffice.org\">LibreOffice</a>",
-      "url": "https://meet.gnome.org/sof-gpf-pqi-qw7",
-      "bio": "Mike Saunders is a Free and Open Source Software user, advocate and developer. Originally an Amiga fan, he moved to GNU/Linux in 1998 with Red Hat 5.2. In the last 20 years, he has worked as a journalist for many Linux magazines, and is currently employed at The Document Foundation, doing marketing and community outreach for the LibreOffice community. In addition, he has written his own operating system, MikeOS."
-    },
-    {
-      "time": "29 November 2021, 7:30 PM - 8:30 PM (IST)",
-      "title": "<a href=\"https://en.wikipedia.org/wiki/Karen_Sandler\">Karen Sandler</a>, Executive Director at <a href=\"https://sfconservancy.org\">Software Freedom Conservancy</a>",
-      "url": "https://meet.nixnet.services/b/sof-pgq-wp7",
-      "bio": "Karen M. Sandler is a free software and free culture advocate. Karen is the Executive Director of the Software Freedom Conservancy, a charitable nonprofit organized for the support and promotion of free and open source software. Prior to joining Conservancy, she was executive director of the GNOME Foundation. Before that, she was general counsel of the Software Freedom Law Center. Karen co-organizes Outreachy, the award-winning outreach program for women globally and for people of color who are underrepresented in US tech. Before joining SFLC, Karen worked as an associate in the corporate departments of Gibson, Dunn & Crutcher LLP in New York and Clifford Chance in New York and London. Karen is the winner of the 2017 Award for the advancement of software freedom and a recipient of the O’Reilly Open Source Award"
-    },
-    {
-      "time": "30 November 2021, 06:00 PM - 7:00 PM (IST)",
-      "title": "Introduction to Free Software by <a href=\"https://abhas.io/\">Abhas</a>",
-      "url": "https://meet.gnome.org/sof-gpf-pqi-qw7",
-      "bio": "Abhas is a hacker, entrepreneur and free software activist. He runs a Free Software business <a href=\"https://deeproot.in\">DeepRoot GNU/Linux</a>, providing support and services for Free Software and <a href=\"https://mostlyharmless.io\">Mostly Harmless</a>, a ethical source for libre and liberated hardware products."
-    },
-    {
-      "time": "04 December 2021, 06:00 PM - 7:00 PM (IST)",
-      "title": "Free/Libre Software in Education by <a href=\"https://inferred.co/\">Snehal Shekatkar</a>",
-      "url": "https://bbb.scms.unipune.ac.in/b/sne-ld0-xtb-c8g",
-      "bio": "Snehal Shekatkar is an Assistant Professor (DST INSPIRE faculty) at the \"Department of Scientific Computing, modeling and simulation, Savitribai Phule Pune University, Pune, India\". Snehal will be discussing in an interactive session on how he got his department switched to fully free software for education.",
-      "access": "052814"
-    }
+    ["10th October to 28th October 2022", "Registrations"],
+    ["6th November to 20th November 2022 ", "Ice Breaking Sessions"],
+    ["10th November to 20th November 2022", "Introduction to Free Software phase"],
+    ["22 November to 30th November 2022", "GNU/Linux installation phase"],
+    ["1st December to 9th December 2022", "Various ways of contributions"],
+    ["10th December 2022 to 10th March 2023", "Mentoring phase"]
   ]
+
 }
diff --git a/website/layouts/partials/nav.html b/website/layouts/partials/nav.html
index ac1f7ce8116cf4a410b1713bb70cc48fb350587b..4d1f1f4113d682a885ba6ac01e29062b19a916a2 100644
--- a/website/layouts/partials/nav.html
+++ b/website/layouts/partials/nav.html
@@ -11,6 +11,7 @@
             <li><a href='{{"#about" | relLangURL}}'>{{i18n "about"}}</a></li>
             <li><a href='{{"code-of-conduct" | relLangURL}}'>{{i18n "coc"}}</a></li>
             <li><a href='{{"news" | relLangURL}}'>{{i18n "news"}}</a></li>
+	    <li><a href='{{"sched" | relLangURL}}'>{{i18n "sched"}}</a></li>
             <!--li><a href='{{"onboarding" | relLangURL}}'>{{i18n "onboarding"}}</a></li--->
             <li><a href='{{"projects" | relLangURL}}'>{{i18n "projects"}}</a></li>
             <li><a href='{{"#contact" | relLangURL}}'>{{i18n "contact"}}</a></li>