I've updated the index.html file to include an "Add to Calendar" button for each prayer time. Download now not
Since the prayer times are hardcoded, the script now:
Stores the prayer times in a JavaScript object.
Dynamically renders the time cards, replacing the static HTML.
Generates a Google Calendar link for the next occurrence of each prayer (assuming the current timezone is IST, which is specified in the original file).
This allows the user to click the button and instantly create a reminder event in their personal calendar.
Here is the updated file:

