This creates an org file that you can add to your agenda. It fetches from https://timetable-registry.amrita.town/ and prompts you with your year, branch and semester to create the file.
Add this line to your packages.el
(package! timetabel
:recipe (:host github :repo "nairadithya/timetab.el"))(straight-use-package
'(timetabel :type git :recipe (:host github :repo "nairadithya/timetab.el"))After restarting Emacs, run
M-x amrita-timetable-select-timetable
Choose your year, branch and semester and select the location at which you want to place the agenda file.
To add this new org file to your agenda, run org-agenda-file-to-front .