From 187cd27fd108df6bc69e54c23368554c85c1993c Mon Sep 17 00:00:00 2001
From: Rehan Khalil <rehkha@utu.fi>
Date: Thu, 27 Jun 2024 15:01:21 +0300
Subject: [PATCH] feature: Specific room calendar based on dynamic url, updated
 readme, improvised UI and fixed ui bug to show dates if title of event is
 missing

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index bc3c107..89122f7 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ Allows users to view today's meetings, check available time slots, and navigate
 ```
 
 where `room` can be any. For example, ag408, ag407a, ag407b etc.
+Replace `{room}` with the specific room identifier.
 
 #### Standard Room Url Format
 
@@ -25,6 +26,8 @@ https://tt.utu.fi/rooms/?room={any}
 | :-------- | :------- | :---------------------------------------------------------------------------------------------------------------------------------- |
 | `room`    | `string` | **Required**. Specific room identifier with respect to Calendar API for that specific room. For example, ag408, ag407a, ag407b etc. |
 
+Replace `{any}` with the specific room identifier.
+
 ## Demo
 
 https://tt.utu.fi/rooms/?room=ag408
-- 
GitLab