diff --git a/website/data/schedule.json b/website/data/schedule.json
index 33f99699568bf450a5890c955b903be528ca7996..e56b68c5a0e89ba2dc068f5e1e9d30feccb24dcf 100644
--- a/website/data/schedule.json
+++ b/website/data/schedule.json
@@ -25,6 +25,13 @@
       "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"
     }
   ]
 }
diff --git a/website/layouts/shortcodes/talks.html b/website/layouts/shortcodes/talks.html
index 8a7141f6c9f483879ad94849dd2dad4b8fb4ceca..49ed915daea22b527f234445fa8227ee096c5df7 100644
--- a/website/layouts/shortcodes/talks.html
+++ b/website/layouts/shortcodes/talks.html
@@ -4,7 +4,7 @@
   <td>
     <strong>{{ safeHTML .title }}</strong> <br /><br />
     {{ safeHTML .bio }}<br /><br />
-    URL: <a href="{{ .url }}">{{ .url }}</a>
+    URL: <a href="{{ .url }}">{{ .url }}</a> {{ if .access }} ACCESS-CODE: {{ .access }} {{ end }}
   </td>
 </tr>
-{{ end }}
\ No newline at end of file
+{{ end }}